[Python-3000-checkins] r58293 - python/branches/py3k/Doc/library/stdtypes.rst

neal.norwitz python-3000-checkins at python.org
Tue Oct 2 09:26:15 CEST 2007


Author: neal.norwitz
Date: Tue Oct  2 09:26:14 2007
New Revision: 58293

Modified:
   python/branches/py3k/Doc/library/stdtypes.rst
Log:
Get the doc to build.

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Tue Oct  2 09:26:14 2007
@@ -233,7 +233,7 @@
    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 @@
 
 +---------------------+---------------------------------+-------+--------------------+
 | Operation           | Result                          | Notes | Full documentation |
-+==================== +=================================+=======+====================|
++=====================+=================================+=======+====================+
 | ``x + y``           | sum of *x* and *y*              |       |                    |
 +---------------------+---------------------------------+-------+--------------------+
 | ``x - y``           | difference of *x* and *y*       |       |                    |


More information about the Python-3000-checkins mailing list