Skip to content

Commit 71dcf25

Browse files
Update Doc/library/string.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 6931a67 commit 71dcf25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ When no explicit alignment is given, preceding the *width* field by a zero
427427
(``'0'``) character enables sign-aware zero-padding for numeric types,
428428
excluding :class:`complex`. This is equivalent to a *fill* character of
429429
``'0'`` with an *alignment* type of ``'='``. If digit group separators of the
430-
integral part of a number are used (as specified either by ``','`` or ``'_'``
430+
integral part of a number are used (as specified either by the ``','`` or ``'_'``
431431
option), they are also placed between leading zeros.
432432

433433
.. versionchanged:: 3.10

0 commit comments

Comments
 (0)