We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80af26d commit 55abb0eCopy full SHA for 55abb0e
Doc/library/stdtypes.rst
@@ -3580,7 +3580,7 @@ The conversion types are:
3580
| | be used for Python2/3 code bases. | |
3581
+------------+-----------------------------------------------------+-------+
3582
| ``'a'`` | Bytes (converts any Python object using | \(5) |
3583
-| | ``repr(obj).encode('ascii','backslashreplace)``). | |
+| | ``repr(obj).encode('ascii', 'backslashreplace')``). | |
3584
3585
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
3586
0 commit comments