Commit 42c235e8 authored by Tim Golden's avatar Tim Golden

Added missing right bracket (reported by Daryl Klakouski)

parent 0c803319
......@@ -2008,7 +2008,7 @@ expression support in the :mod:`re` module).
.. method:: str.zfill(width)
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
than before. The original string is returned if *width* is less than
or equal to ``len(s)``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment