Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72cdd74

Browse files
author
Mark Summerfield
committed
fixed tiny typo in new # format doc
1 parent 0afe905 commit 72cdd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ following:
349349
+---------+----------------------------------------------------------+
350350

351351
The ``'#'`` option is only valid for integers, and only for binary,
352-
octal, or decimal output. If present, it specifies that the output
352+
octal, or hexadecimal output. If present, it specifies that the output
353353
will be prefixed by ``'0b'``, ``'0o'``, or ``'0x'``, respectively.
354354

355355
*width* is a decimal integer defining the minimum field width. If not

0 commit comments

Comments
 (0)