[Python-checkins] r70339 - peps/trunk/pep-0378.txt

raymond.hettinger python-checkins at python.org
Fri Mar 13 03:23:58 CET 2009


Author: raymond.hettinger
Date: Fri Mar 13 03:23:57 2009
New Revision: 70339

Log:
Fix typo.

Modified:
   peps/trunk/pep-0378.txt

Modified: peps/trunk/pep-0378.txt
==============================================================================
--- peps/trunk/pep-0378.txt	(original)
+++ peps/trunk/pep-0378.txt	Fri Mar 13 03:23:57 2009
@@ -172,7 +172,7 @@
 
 This is a cleaner looking syntax but has the minor disadvantage of
 using context to direct the translation.  Whenever the separator
-is followed by a precision, it decimal separator and a separator
+is followed by a precision, it is a decimal separator and the separator
 preceding it is a thousands separator.  When the precision is
 absent, the context is integral and a lone specifier means
 a thousands separator.


More information about the Python-checkins mailing list