diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 18:55:01 +0200 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 18:55:01 +0200 |
commit | 24b07bcba350bb86c4d6ca446e1564647a199868 (patch) | |
tree | 1815b1c49a6aec401da86b33fa81d06a0c735679 /Lib/decimal.py | |
parent | 1aa999c49ed82c89257c13cba5e210c3ba34c130 (diff) | |
download | cpython-git-24b07bcba350bb86c4d6ca446e1564647a199868.tar.gz |
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 102fc8e6e5..5e2a750924 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -5993,7 +5993,7 @@ def _parse_format_specifier(format_spec, _localeconv=None): def _format_align(sign, body, spec): """Given an unpadded, non-aligned numeric string 'body' and sign - string 'sign', add padding and aligment conforming to the given + string 'sign', add padding and alignment conforming to the given format specifier dictionary 'spec' (as produced by parse_format_specifier). |