Fix typo in PEP 378 (#573)

This commit is contained in:
Dave Jagoda 2018-02-14 11:06:49 -08:00 committed by Chris Angelico
parent 7976a6b1cb
commit 46b9fe1fce
1 changed files with 1 additions and 1 deletions

View File

@ -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.