mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
stdtypes docs: fix typo (GH-32349) (GH-32370)
(cherry picked from commit b33c4564ac
)
Co-authored-by: Ian <40774387+isteptoe@users.noreply.github.com>
This commit is contained in:
parent
80af26d25a
commit
55abb0ef25
1 changed files with 1 additions and 1 deletions
|
@ -3580,7 +3580,7 @@ The conversion types are:
|
||||||
| | be used for Python2/3 code bases. | |
|
| | be used for Python2/3 code bases. | |
|
||||||
+------------+-----------------------------------------------------+-------+
|
+------------+-----------------------------------------------------+-------+
|
||||||
| ``'a'`` | Bytes (converts any Python object using | \(5) |
|
| ``'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) |
|
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
|
||||||
| | be used for Python2/3 code bases. | |
|
| | be used for Python2/3 code bases. | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue