Fix typo.

This commit is contained in:
Mark Dickinson 2009-03-17 08:34:18 +00:00
parent cd1817e173
commit a6db11b356
1 changed files with 1 additions and 1 deletions

View File

@ -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