Skip to content

Commit

Permalink
stdtypes docs: fix typo (pythonGH-32349)
Browse files Browse the repository at this point in the history
  • Loading branch information
isteptoe authored Apr 6, 2022
1 parent ac1fb07 commit b33c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down

0 comments on commit b33c456

Please sign in to comment.