Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b440df

Browse files
committed
Issue #28944: Fix footnote numbering
1 parent 49010ee commit 7b440df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,7 @@ The conversion types are:
21542154
+------------+-----------------------------------------------------+-------+
21552155
| ``'o'`` | Signed octal value. | \(1) |
21562156
+------------+-----------------------------------------------------+-------+
2157-
| ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(7) |
2157+
| ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(6) |
21582158
+------------+-----------------------------------------------------+-------+
21592159
| ``'x'`` | Signed hexadecimal (lowercase). | \(2) |
21602160
+------------+-----------------------------------------------------+-------+
@@ -2219,8 +2219,7 @@ Notes:
22192219
(5)
22202220
If precision is ``N``, the output is truncated to ``N`` characters.
22212221

2222-
2223-
(7)
2222+
(6)
22242223
See :pep:`237`.
22252224

22262225
Since Python strings have an explicit length, ``%s`` conversions do not assume

0 commit comments

Comments
 (0)