summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <j.and.w.graham@gmail.com>2019-09-12 23:51:49 +0000
committerRaphaƫl Barrois <raphael.barrois@polytechnique.org>2019-09-13 14:53:21 +0200
commitcfb86ab34051d2cf935b112d4b7a5e7800e703b3 (patch)
treed914946741e2718249ec0ed94085bde1395d72e0
parentee4a3043bf47f41af055dd87a5efd05538e6b5fe (diff)
downloadsemantic-version-cfb86ab34051d2cf935b112d4b7a5e7800e703b3.tar.gz
Correct typo in SimpleSpec description
-rw-r--r--docs/reference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index f187667..da08a22 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -470,7 +470,7 @@ Each of those ``Spec`` classes provides a shared set of methods to work with ver
* A clause of ``<=XXX`` will match versions that match ``<XXX`` or ``==XXX``
* A clause of ``>0.1.2`` will match versions strictly above ``0.1.2``, including all prereleases of ``0.1.3``.
* A clause of ``>0.1.2-rc.3`` will match versions strictly above ``0.1.2-rc.3``, including matching prereleases of ``0.1.2``: ``0.1.2-rc.10`` is included;
- * A clause of ``<=XXX`` will match versions that match ``>XXX`` or ``==XXX``
+ * A clause of ``>=XXX`` will match versions that match ``>XXX`` or ``==XXX``
.. rubric:: Extensions