Skip to content

Commit 3f545e0

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

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
@@ -426,7 +426,7 @@ If not specified, then the field width will be determined by the content.
426426
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
429-
``'0'`` with an *alignment* type of ``'='``. For strings this just enable
429+
``'0'`` with an *alignment* type of ``'='``. For strings this enables
430430
zero-padding with the default (or specified) alignment.
431431

432432
.. versionchanged:: 3.10

0 commit comments

Comments
 (0)