fixed tiny typo in new # format doc

This commit is contained in:
Mark Summerfield 2008-07-18 09:22:49 +00:00
parent 0afe905818
commit 72cdd74787
1 changed files with 1 additions and 1 deletions

View 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