]> granicus.if.org Git - python/commitdiff
#5361: fix typo.
authorGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 16:23:18 +0000 (16:23 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 27 Feb 2009 16:23:18 +0000 (16:23 +0000)
Doc/library/stdtypes.rst

index 7338f95254904c53eb7afd70f4baf7d7675a0b85..5500f4fecfd5a1bf9c8870352c331a21bb9df2a1 100644 (file)
@@ -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)  |
 +------------+-----------------------------------------------------+-------+