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 b627102 commit a207512Copy full SHA for a207512
Doc/library/string.rst
@@ -415,8 +415,9 @@ error.
415
.. versionchanged:: 3.6
416
Added the ``'_'`` option (see also :pep:`515`).
417
418
-*width* is a decimal integer defining the minimum field width. If not
419
-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.
420
+If not specified, then the field width will be determined by the content.
421
422
When no explicit alignment is given, preceding the *width* field by a zero
423
(``'0'``) character enables
0 commit comments