From: Neal Norwitz Date: Tue, 2 Oct 2007 07:26:14 +0000 (+0000) Subject: Get the doc to build. X-Git-Tag: v3.0a2~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d2aef5ccf1a46ce73bf4f0c7da91e45a091a87c;p=thirdparty%2FPython%2Fcpython.git Get the doc to build. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a0207009b02a..62935a15e049 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* | | |