[Python-checkins] peps: PEP 426: fix typo

nick.coghlan python-checkins at python.org
Sat Feb 23 16:14:26 CET 2013


http://hg.python.org/peps/rev/08bec77d40c3
changeset:   4768:08bec77d40c3
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Feb 24 01:14:18 2013 +1000
summary:
  PEP 426: fix typo

files:
  pep-0426.txt |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -1054,7 +1054,7 @@
 on the consistent ordering defined by the standard `Version scheme`_.
 
 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.
 
 .. note::
@@ -1087,7 +1087,6 @@
     >= 1.0, != 1.0b2
     >= 1.0, < 2.0.dev123
 
-
 Dependency resolution tools should use the above rules by default, but
 should also allow users to request the following alternative behaviours:
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list