From: Georg Brandl Date: Fri, 27 Feb 2009 16:23:18 +0000 (+0000) Subject: #5361: fix typo. X-Git-Tag: v2.7a1~1932 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2790c47d8a1fc0c56be6fde54f1c6083b5af8f;p=thirdparty%2FPython%2Fcpython.git #5361: fix typo. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7338f9525490..5500f4fecfd5 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1327,7 +1327,7 @@ The conversion types are: +------------+-----------------------------------------------------+-------+ | ``'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) | +------------+-----------------------------------------------------+-------+