Merge doc change from 3.4

This commit is contained in:
Tim Golden 2015-04-06 11:06:18 +01:00
commit 3fbcafa476
1 changed files with 1 additions and 1 deletions

View File

@ -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)``.