]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
stdtypes docs: fix typo (GH-32349)
authorIan <40774387+isteptoe@users.noreply.github.com>
Wed, 6 Apr 2022 15:39:17 +0000 (11:39 -0400)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 15:39:17 +0000 (08:39 -0700)
Doc/library/stdtypes.rst

index 6608b7b60ec50d59e8b6383ea2c68057744e2d4b..d6d90cd462c224c3cf27464f7594fa450626bc17 100644 (file)
@@ -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.                   |       |