mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Issue #28944: Fix footnote numbering
This commit is contained in:
parent
49010ee323
commit
7b440dfec4
1 changed files with 2 additions and 3 deletions
|
@ -2154,7 +2154,7 @@ The conversion types are:
|
||||||
+------------+-----------------------------------------------------+-------+
|
+------------+-----------------------------------------------------+-------+
|
||||||
| ``'o'`` | Signed octal value. | \(1) |
|
| ``'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) |
|
| ``'x'`` | Signed hexadecimal (lowercase). | \(2) |
|
||||||
+------------+-----------------------------------------------------+-------+
|
+------------+-----------------------------------------------------+-------+
|
||||||
|
@ -2219,8 +2219,7 @@ Notes:
|
||||||
(5)
|
(5)
|
||||||
If precision is ``N``, the output is truncated to ``N`` characters.
|
If precision is ``N``, the output is truncated to ``N`` characters.
|
||||||
|
|
||||||
|
(6)
|
||||||
(7)
|
|
||||||
See :pep:`237`.
|
See :pep:`237`.
|
||||||
|
|
||||||
Since Python strings have an explicit length, ``%s`` conversions do not assume
|
Since Python strings have an explicit length, ``%s`` conversions do not assume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue