mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#5361: fix typo.
This commit is contained in:
parent
dda92f7f02
commit
da2790c47d
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ The conversion types are:
|
|||
+------------+-----------------------------------------------------+-------+
|
||||
| ``'o'`` | Signed octal value. | \(1) |
|
||||
+------------+-----------------------------------------------------+-------+
|
||||
| ``'u'`` | Obselete type -- it is identical to ``'d'``. | \(7) |
|
||||
| ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(7) |
|
||||
+------------+-----------------------------------------------------+-------+
|
||||
| ``'x'`` | Signed hexadecimal (lowercase). | \(2) |
|
||||
+------------+-----------------------------------------------------+-------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue