diff --git a/pep-0378.txt b/pep-0378.txt index 4492d1556..cdb1d4b76 100644 --- a/pep-0378.txt +++ b/pep-0378.txt @@ -51,7 +51,7 @@ is typically a DOT or SPACE (see examples from Denis Spir). James Knight observed that Indian/Pakistani numbering systems group by hundreds. Ben Finney noted that Chinese group by ten-thousands. Eric Smith pointed-out that these are already -handled by the "n" specifier in the locale module (albiet only +handled by the "n" specifier in the locale module (albeit only for integers). Visual Basic and its brethren (like MS Excel) use a completely @@ -156,8 +156,8 @@ length including the thousands separators and decimal separators. No change is proposed for the locale module. -Comparision -=========== +Comparison +========== The difference between the two proposals is that the first is hard-wired to a COMMA for a thousands separator and a DOT as a decimal separator.