]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 28 Mar 2009 00:48:48 +0000 (00:48 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 28 Mar 2009 00:48:48 +0000 (00:48 +0000)
Lib/distutils/version.py

index 71a56147195b15800174f6b6f23b8b7ffe8979aa..0fb5b6e20411b765360a25b69954877af5de44fd 100644 (file)
@@ -162,7 +162,7 @@ class StrictVersion (Version):
 
 
 # The rules according to Greg Stein:
-# 1) a version number has 1 or more numbers separate by a period or by
+# 1) a version number has 1 or more numbers separated by a period or by
 #    sequences of letters. If only periods, then these are compared
 #    left-to-right to determine an ordering.
 # 2) sequences of letters are part of the tuple for comparison and are