PEP 426: fix typo

This commit is contained in:
Nick Coghlan 2013-02-24 01:14:18 +10:00
parent c12443086c
commit 97c5e3d5df
1 changed files with 1 additions and 2 deletions

View File

@ -1054,7 +1054,7 @@ The ordered comparison operators ``<``, ``>``, ``<=``, ``>=`` are based
on the consistent ordering defined by the standard `Version scheme`_. on the consistent ordering defined by the standard `Version scheme`_.
The ``==`` and ``!=`` operators are based on string comparisons - in order The ``==`` and ``!=`` operators are based on string comparisons - in order
to match, the version being checker must start with exactly that sequence of to match, the version being checked must start with exactly that sequence of
characters. characters.
.. note:: .. note::
@ -1087,7 +1087,6 @@ While these specifiers would include at least some of them::
>= 1.0, != 1.0b2 >= 1.0, != 1.0b2
>= 1.0, < 2.0.dev123 >= 1.0, < 2.0.dev123
Dependency resolution tools should use the above rules by default, but Dependency resolution tools should use the above rules by default, but
should also allow users to request the following alternative behaviours: should also allow users to request the following alternative behaviours: