[Python-checkins] r70022 - python/trunk/Doc/library/stdtypes.rst
georg.brandl
python-checkins at python.org
Fri Feb 27 17:23:19 CET 2009
Author: georg.brandl
Date: Fri Feb 27 17:23:18 2009
New Revision: 70022
Log:
#5361: fix typo.
Modified:
python/trunk/Doc/library/stdtypes.rst
Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst (original)
+++ python/trunk/Doc/library/stdtypes.rst Fri Feb 27 17:23:18 2009
@@ -1327,7 +1327,7 @@
+------------+-----------------------------------------------------+-------+
| ``'o'`` | Signed octal value. | \(1) |
+------------+-----------------------------------------------------+-------+
-| ``'u'`` | Obselete type -- it is identical to ``'d'``. | \(7) |
+| ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(7) |
+------------+-----------------------------------------------------+-------+
| ``'x'`` | Signed hexadecimal (lowercase). | \(2) |
+------------+-----------------------------------------------------+-------+
More information about the Python-checkins
mailing list