mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo of hexidecimal
This commit is contained in:
parent
ed0a593a10
commit
114dd944de
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ but that conflict with builtins that already exist in Python 2.x.\n\
|
|||
\n\
|
||||
Functions:\n\
|
||||
\n\
|
||||
hex(arg) -- Returns the hexidecimal representation of an integer\n\
|
||||
hex(arg) -- Returns the hexadecimal representation of an integer\n\
|
||||
oct(arg) -- Returns the octal representation of an integer\n\
|
||||
\n\
|
||||
The typical usage of this module is to replace existing builtins in a\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue