mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -5710,7 +5710,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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue