]> granicus.if.org Git - python/commitdiff
fixed tiny typo in new # format doc
authorMark Summerfield <list@qtrac.plus.com>
Fri, 18 Jul 2008 09:22:49 +0000 (09:22 +0000)
committerMark Summerfield <list@qtrac.plus.com>
Fri, 18 Jul 2008 09:22:49 +0000 (09:22 +0000)
Doc/library/string.rst

index 07a2c4b6f2b14e58eff67064926e055bac571e8e..faf5fed4329ded7ee0834cec22407efb6c02b53c 100644 (file)
@@ -349,7 +349,7 @@ following:
    +---------+----------------------------------------------------------+
 
 The ``'#'`` option is only valid for integers, and only for binary,
-octal, or decimal output.  If present, it specifies that the output
+octal, or hexadecimal output.  If present, it specifies that the output
 will be prefixed by ``'0b'``, ``'0o'``, or ``'0x'``, respectively.
 
 *width* is a decimal integer defining the minimum field width.  If not