Fix typo of hexidecimal

This commit is contained in:
Neal Norwitz 2008-02-24 08:27:49 +00:00
parent ed0a593a10
commit 114dd944de
2 changed files with 3 additions and 3 deletions

View file

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