Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cae7bdb + 42c235e commit 3fbcafaCopy full SHA for 3fbcafa
1 file changed
Doc/library/stdtypes.rst
@@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
2008
.. method:: str.zfill(width)
2009
2010
Return a copy of the string left filled with ASCII ``'0'`` digits to
2011
- make a string of length *width*. A leading sign prefix (``'+'``/``'-'``
+ make a string of length *width*. A leading sign prefix (``'+'``/``'-'``)
2012
is handled by inserting the padding *after* the sign character rather
2013
than before. The original string is returned if *width* is less than
2014
or equal to ``len(s)``.
0 commit comments