diff --git a/pep-0378.txt b/pep-0378.txt index c061b8a5e..12e4bab29 100644 --- a/pep-0378.txt +++ b/pep-0378.txt @@ -55,7 +55,9 @@ for integers). 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 @@ remember. Also, it makes it more challenging to write custom __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