From: Mark Summerfield Date: Fri, 18 Jul 2008 09:22:49 +0000 (+0000) Subject: fixed tiny typo in new # format doc X-Git-Tag: v3.0b3~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72cdd747870c7e39698bb20cf10ce64062f40939;p=python fixed tiny typo in new # format doc --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 07a2c4b6f2..faf5fed432 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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