From: Berker Peksag Date: Thu, 15 Dec 2016 02:37:56 +0000 (+0300) Subject: Issue #28944: Fix footnote numbering X-Git-Tag: v3.5.3rc1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b440dfec48da8e5d27c4bf55ea75a6ff5880d26;p=thirdparty%2FPython%2Fcpython.git Issue #28944: Fix footnote numbering --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e1d7149075cc..1e19fd464c53 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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