Thanks to visit codestin.com Credit goes to github.com
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 ac1fb07 commit b33c456Copy full SHA for b33c456
1 file changed
Doc/library/stdtypes.rst
@@ -3618,7 +3618,7 @@ The conversion types are:
3618
| | be used for Python2/3 code bases. | |
3619
+------------+-----------------------------------------------------+-------+
3620
| ``'a'`` | Bytes (converts any Python object using | \(5) |
3621
-| | ``repr(obj).encode('ascii','backslashreplace)``). | |
+| | ``repr(obj).encode('ascii', 'backslashreplace')``). | |
3622
3623
| ``'r'`` | ``'r'`` is an alias for ``'a'`` and should only | \(7) |
3624
0 commit comments