Fix typo in PEP 378 (#573)
This commit is contained in:
parent
7976a6b1cb
commit
46b9fe1fce
|
@ -144,7 +144,7 @@ specifiers like::
|
|||
Java offers a `Decimal.Format Class`_ that uses picture patterns (one
|
||||
for positive numbers and an optional one for negatives) such as:
|
||||
``"#,##0.00;(#,##0.00)"``. It allows arbitrary groupings including
|
||||
hundreds and ten-thousands and uneven groupings. The special patten
|
||||
hundreds and ten-thousands and uneven groupings. The special pattern
|
||||
characters are non-localized (using a DOT for a decimal separator and
|
||||
a COMMA for a grouping separator). The user can supply an alternate
|
||||
set of symbols using the formatter's *DecimalFormatSymbols* object.
|
||||
|
|
Loading…
Reference in New Issue