[Python-checkins] r76479 - peps/trunk/pep-0386.txt

tarek.ziade python-checkins at python.org
Tue Nov 24 10:53:28 CET 2009


Author: tarek.ziade
Date: Tue Nov 24 10:53:27 2009
New Revision: 76479

Log:
fixed typo

Modified:
   peps/trunk/pep-0386.txt

Modified: peps/trunk/pep-0386.txt
==============================================================================
--- peps/trunk/pep-0386.txt	(original)
+++ peps/trunk/pep-0386.txt	Tue Nov 24 10:53:27 2009
@@ -377,7 +377,7 @@
     ValueError: Cannot work with foo
 
     >>> validate_version('1.24.33')
-    RationalVersion('1.24.33c1')
+    RationalVersion('1.24.33')
 
     >>> validate_version('1.24.330pre1')
     RationalVersion('1.24.330c1')


More information about the Python-checkins mailing list