This commit is contained in:
Benjamin Peterson 2008-09-11 22:04:02 +00:00
parent 24cb382455
commit b535d32952
1 changed files with 3 additions and 3 deletions

View File

@ -375,9 +375,9 @@ following:
| | positive numbers, and a minus sign on negative numbers. | | | positive numbers, and a minus sign on negative numbers. |
+---------+----------------------------------------------------------+ +---------+----------------------------------------------------------+
The ``'#'`` option is only valid for integers, and only for binary, The ``'#'`` option is only valid for integers, and only for binary, octal, or
octal, or decimal output. If present, it specifies that the output hexadecimal output. If present, it specifies that the output will be prefixed
will be prefixed by ``'0b'``, ``'0o'``, or ``'0x'``, respectively. by ``'0b'``, ``'0o'``, or ``'0x'``, respectively.
*width* is a decimal integer defining the minimum field width. If not *width* is a decimal integer defining the minimum field width. If not
specified, then the field width will be determined by the content. specified, then the field width will be determined by the content.