mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
stdtypes docs: fix typo (GH-32349)
This commit is contained in:
@@ -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. | |
|
||||
|
||||
Reference in New Issue
Block a user