]> granicus.if.org Git - python/commitdiff
Added missing right bracket (reported by Daryl Klakouski)
authorTim Golden <mail@timgolden.me.uk>
Mon, 6 Apr 2015 10:04:49 +0000 (11:04 +0100)
committerTim Golden <mail@timgolden.me.uk>
Mon, 6 Apr 2015 10:04:49 +0000 (11:04 +0100)
Doc/library/stdtypes.rst

index 0aa9c1205e4fa9a0a9261cb108351a7f3e9379b2..a4324b550b3bacb0b02aee1be9cb3425df4514a6 100644 (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)``.