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

raymond.hettinger python-checkins at python.org
Thu Mar 12 18:50:47 CET 2009


Author: raymond.hettinger
Date: Thu Mar 12 18:50:47 2009
New Revision: 70327

Log:
Minor typos and formatting.

Modified:
   peps/trunk/pep-0378.txt

Modified: peps/trunk/pep-0378.txt
==============================================================================
--- peps/trunk/pep-0378.txt	(original)
+++ peps/trunk/pep-0378.txt	Thu Mar 12 18:50:47 2009
@@ -55,7 +55,9 @@
 
 Visual Basic and its brethren (like MS Excel) use a completely
 different style and have ultra-flexible custom format
-specifiers like: "_($* #,##0_)".
+specifiers like::
+
+    "_($* #,##0_)".
 
 `Common Lisp`_ uses a COLON before the ``~D`` decimal type specifier to
 emit a COMMA as a thousands separator.  The  general form of ``~D`` is
@@ -119,7 +121,7 @@
 __format__ methods that follow the format specification
 mini-language.
 
-No change is proposed for the local module.
+No change is proposed for the locale module.
 
 
 Other Ideas


More information about the Python-checkins mailing list