From 97c5e3d5dfb10b072bbe9c4154872fccf680faf4 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 24 Feb 2013 01:14:18 +1000 Subject: [PATCH] PEP 426: fix typo --- pep-0426.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pep-0426.txt b/pep-0426.txt index df4e00043..b6ea1ccb1 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -1054,7 +1054,7 @@ The ordered comparison operators ``<``, ``>``, ``<=``, ``>=`` are based 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 @@ While these specifiers would include at least some of them:: >= 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: