We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9554 commit 09db1daCopy full SHA for 09db1da
Doc/library/string.rst
@@ -416,8 +416,9 @@ error.
416
.. versionchanged:: 3.6
417
Added the ``'_'`` option (see also :pep:`515`).
418
419
-*width* is a decimal integer defining the minimum field width. If not
420
-specified, then the field width will be determined by the content.
+*width* is a decimal integer defining the minimum total field width,
+including any prefixes, separators, and other formatting characters.
421
+If not specified, then the field width will be determined by the content.
422
423
When no explicit alignment is given, preceding the *width* field by a zero
424
(``'0'``) character enables
0 commit comments