Skip to content

Commit

Permalink
stdtypes docs: fix typo (GH-32349)
Browse files Browse the repository at this point in the history
(cherry picked from commit b33c456)

Co-authored-by: Ian <40774387+isteptoe@users.noreply.github.com>
  • Loading branch information
miss-islington and isteptoe committed Apr 6, 2022
1 parent 770780e commit b5b3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Expand Up @@ -3546,7 +3546,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. | |
Expand Down

0 comments on commit b5b3b91

Please sign in to comment.