diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-02 07:26:14 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-02 07:26:14 (GMT) |
commit | 1d2aef5ccf1a46ce73bf4f0c7da91e45a091a87c (patch) | |
tree | 05fd45998b9ea623f030ae3d84b72b8fda584e77 | |
parent | 905ec32892b7b87e6a6c1f7f030ac95fba4d5c0e (diff) | |
download | cpython-1d2aef5ccf1a46ce73bf4f0c7da91e45a091a87c.zip cpython-1d2aef5ccf1a46ce73bf4f0c7da91e45a091a87c.tar.gz cpython-1d2aef5ccf1a46ce73bf4f0c7da91e45a091a87c.tar.bz2 |
Get the doc to build.
-rw-r--r-- | Doc/library/stdtypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a020700..62935a1 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -233,7 +233,7 @@ Complex numbers have a real and imaginary part, which are each implemented using pair: complex number; literals pair: hexadecimal; literals pair: octal; literals - pair: binary: literals + pair: binary; literals Numbers are created by numeric literals or as the result of built-in functions and operators. Unadorned integer literals (including hex, octal and binary @@ -263,7 +263,7 @@ numeric operations have a higher priority than comparison operations): +---------------------+---------------------------------+-------+--------------------+ | Operation | Result | Notes | Full documentation | -+==================== +=================================+=======+====================| ++=====================+=================================+=======+====================+ | ``x + y`` | sum of *x* and *y* | | | +---------------------+---------------------------------+-------+--------------------+ | ``x - y`` | difference of *x* and *y* | | | |