mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
fixed tiny typo in new # format doc
This commit is contained in:
parent
0afe905818
commit
72cdd74787
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ following:
|
||||||
+---------+----------------------------------------------------------+
|
+---------+----------------------------------------------------------+
|
||||||
|
|
||||||
The ``'#'`` option is only valid for integers, and only for binary,
|
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.
|
will be prefixed 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue