Skip to content

Commit 55abb0e

Browse files
stdtypes docs: fix typo (GH-32349) (GH-32370)
(cherry picked from commit b33c456) Co-authored-by: Ian <40774387+isteptoe@users.noreply.github.com>
1 parent 80af26d commit 55abb0e

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
@@ -3580,7 +3580,7 @@ The conversion types are:
35803580
| | be used for Python2/3 code bases. | |
35813581
+------------+-----------------------------------------------------+-------+
35823582
| ``'a'`` | Bytes (converts any Python object using | \(5) |
3583-
| | ``repr(obj).encode('ascii','backslashreplace)``). | |
3583+
| | ``repr(obj).encode('ascii', 'backslashreplace')``). | |
35843584
+------------+-----------------------------------------------------+-------+
35853585
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
35863586
| | be used for Python2/3 code bases. | |

0 commit comments

Comments
 (0)