Skip to content

Commit 3304ed2

Browse files
skirpicheveffigies
andauthored
Update Doc/library/string.rst
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent d26c426 commit 3304ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/string.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ When no explicit alignment is given, preceding the *width* field by a zero
450450
(``'0'``) character enables sign-aware zero-padding for numeric types,
451451
excluding :class:`complex`. This is equivalent to a *fill* character of
452452
``'0'`` with an *alignment* type of ``'='``. If thousands separators
453-
are used (as specified either by ``'_'`` or ``','`` option), they placed
454-
also between leading zeros.
453+
are used (as specified either by ``'_'`` or ``','`` option), they are also
454+
placed between leading zeros.
455455

456456
.. versionchanged:: 3.10
457457
Preceding the *width* field by ``'0'`` no longer affects the default

0 commit comments

Comments
 (0)