[Python-checkins] r70642 - python/trunk/Lib/distutils/version.py

georg.brandl python-checkins at python.org
Sat Mar 28 01:48:48 CET 2009


Author: georg.brandl
Date: Sat Mar 28 01:48:48 2009
New Revision: 70642

Log:
Fix typo.

Modified:
   python/trunk/Lib/distutils/version.py

Modified: python/trunk/Lib/distutils/version.py
==============================================================================
--- python/trunk/Lib/distutils/version.py	(original)
+++ python/trunk/Lib/distutils/version.py	Sat Mar 28 01:48:48 2009
@@ -162,7 +162,7 @@
 
 
 # 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


More information about the Python-checkins mailing list