Fix typo.
This commit is contained in:
parent
cd1817e173
commit
a6db11b356
|
@ -276,7 +276,7 @@ Standard Format Specifiers
|
|||
positive numbers
|
||||
|
||||
If the '#' character is present, integers use the 'alternate form'
|
||||
for formatting. This means that binary, octal, and hexidecimal
|
||||
for formatting. This means that binary, octal, and hexadecimal
|
||||
output will be prefixed with '0b', '0o', and '0x', respectively.
|
||||
|
||||
'width' is a decimal integer defining the minimum field width. If
|
||||
|
|
Loading…
Reference in New Issue