File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
22262225Since Python strings have an explicit length, ``%s `` conversions do not assume
You can’t perform that action at this time.
0 commit comments