Commit b535d329 authored by Benjamin Peterson's avatar Benjamin Peterson

fix typo

parent 24cb3824
...@@ -375,9 +375,9 @@ following: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment