summaryrefslogtreecommitdiffstats
path: root/Lib/decimal.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/decimal.py')
-rw-r--r--Lib/decimal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 102fc8e..5e2a750 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).