mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
stdtypes docs: fix typo (GH-32349)
This commit is contained in:
parent
ac1fb07b6e
commit
b33c4564ac
1 changed files with 1 additions and 1 deletions
|
@ -3618,7 +3618,7 @@ The conversion types are:
|
|||
| | be used for Python2/3 code bases. | |
|
||||
+------------+-----------------------------------------------------+-------+
|
||||
| ``'a'`` | Bytes (converts any Python object using | \(5) |
|
||||
| | ``repr(obj).encode('ascii','backslashreplace)``). | |
|
||||
| | ``repr(obj).encode('ascii', 'backslashreplace')``). | |
|
||||
+------------+-----------------------------------------------------+-------+
|
||||
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
|
||||
| | be used for Python2/3 code bases. | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue