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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da2790c47d8a1fc0c56be6fde54f1c6083b5af8f;p=python #5361: fix typo. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7338f95254..5500f4fecf 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) | +------------+-----------------------------------------------------+-------+