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 7613bcd commit 4b26d7dCopy full SHA for 4b26d7d
Doc/library/codecs.rst
@@ -1484,7 +1484,7 @@ Standalone Codec Functions
1484
The following functions provide encoding and decoding functionality similar to codecs,
1485
but are not available as named codecs through :func:`codecs.encode` or :func:`codecs.decode`.
1486
They are used internally (for example, by :mod:`pickle`) and behave similarly to the
1487
-`string_escape` codec that was removed in Python 3.
+``string_escape`` codec that was removed in Python 3.
1488
1489
.. function:: codecs.escape_encode(input, errors=None)
1490
0 commit comments