From b33c4564aceeae8323bcb19167fbbd2d5f5002bc Mon Sep 17 00:00:00 2001 From: Ian <40774387+isteptoe@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:39:17 -0400 Subject: stdtypes docs: fix typo (GH-32349) --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 6608b7b..d6d90cd 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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. | | -- cgit v0.12