]> granicus.if.org Git - python/commitdiff
Issue #28944: Fix footnote numbering
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 15 Dec 2016 02:37:56 +0000 (05:37 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 15 Dec 2016 02:37:56 +0000 (05:37 +0300)
Doc/library/stdtypes.rst

index e1d7149075cc8ab91bf1587689705869af72bd24..1e19fd464c53a49e004ec62f8f6233818ef6b079 100644 (file)
@@ -2154,7 +2154,7 @@ The conversion types are:
 +------------+-----------------------------------------------------+-------+
 | ``'o'``    | Signed octal value.                                 | \(1)  |
 +------------+-----------------------------------------------------+-------+
-| ``'u'``    | Obsolete type -- it is identical to ``'d'``.        | \(7)  |
+| ``'u'``    | Obsolete type -- it is identical to ``'d'``.        | \(6)  |
 +------------+-----------------------------------------------------+-------+
 | ``'x'``    | Signed hexadecimal (lowercase).                     | \(2)  |
 +------------+-----------------------------------------------------+-------+
@@ -2219,8 +2219,7 @@ Notes:
 (5)
    If precision is ``N``, the output is truncated to ``N`` characters.
 
-
-(7)
+(6)
    See :pep:`237`.
 
 Since Python strings have an explicit length, ``%s`` conversions do not assume