mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added missing right bracket (reported by Daryl Klakouski)
This commit is contained in:
parent
0c803319b0
commit
42c235e833
1 changed files with 1 additions and 1 deletions
|
@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
|
||||||
.. method:: str.zfill(width)
|
.. method:: str.zfill(width)
|
||||||
|
|
||||||
Return a copy of the string left filled with ASCII ``'0'`` digits to
|
Return a copy of the string left filled with ASCII ``'0'`` digits to
|
||||||
make a string of length *width*. A leading sign prefix (``'+'``/``'-'``
|
make a string of length *width*. A leading sign prefix (``'+'``/``'-'``)
|
||||||
is handled by inserting the padding *after* the sign character rather
|
is handled by inserting the padding *after* the sign character rather
|
||||||
than before. The original string is returned if *width* is less than
|
than before. The original string is returned if *width* is less than
|
||||||
or equal to ``len(s)``.
|
or equal to ``len(s)``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue