Skip to content

Commit b33c456

Browse files
authored
stdtypes docs: fix typo (GH-32349)
1 parent ac1fb07 commit b33c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3618,7 +3618,7 @@ The conversion types are:
36183618
| | be used for Python2/3 code bases. | |
36193619
+------------+-----------------------------------------------------+-------+
36203620
| ``'a'`` | Bytes (converts any Python object using | \(5) |
3621-
| | ``repr(obj).encode('ascii','backslashreplace)``). | |
3621+
| | ``repr(obj).encode('ascii', 'backslashreplace')``). | |
36223622
+------------+-----------------------------------------------------+-------+
36233623
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
36243624
| | be used for Python2/3 code bases. | |

0 commit comments

Comments
 (0)