Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42c235e

Browse files
committed
Added missing right bracket (reported by Daryl Klakouski)
1 parent 0c80331 commit 42c235e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
20082008
.. method:: str.zfill(width)
20092009

20102010
Return a copy of the string left filled with ASCII ``'0'`` digits to
2011-
make a string of length *width*. A leading sign prefix (``'+'``/``'-'``
2011+
make a string of length *width*. A leading sign prefix (``'+'``/``'-'``)
20122012
is handled by inserting the padding *after* the sign character rather
20132013
than before. The original string is returned if *width* is less than
20142014
or equal to ``len(s)``.

0 commit comments

Comments
 (0)