From cfb86ab34051d2cf935b112d4b7a5e7800e703b3 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 12 Sep 2019 23:51:49 +0000 Subject: Correct typo in SimpleSpec description --- docs/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``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 -- cgit v1.2.1