]> granicus.if.org Git - python/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Thu, 11 Sep 2008 22:04:02 +0000 (22:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 11 Sep 2008 22:04:02 +0000 (22:04 +0000)
Doc/library/string.rst

index 357cba39731d774bf82c774f593bd70605c68094..c9608030099a54e5f7992a3fd5fa73daa9e4e8cb 100644 (file)
@@ -375,9 +375,9 @@ following:
    |         | positive numbers, and a minus sign on negative numbers.  |
    +---------+----------------------------------------------------------+
 
-The ``'#'`` option is only valid for integers, and only for binary,
-octal, or decimal output.  If present, it specifies that the output
-will be prefixed by ``'0b'``, ``'0o'``, or ``'0x'``, respectively.
+The ``'#'`` option is only valid for integers, and only for binary, 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
 specified, then the field width will be determined by the content.