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 6d80a9e commit a7553c6Copy full SHA for a7553c6
Doc/library/codecs.rst
@@ -1466,7 +1466,7 @@ Standalone Codec Functions
1466
The following functions provide encoding and decoding functionality similar to codecs,
1467
but are not available as named codecs through :func:`codecs.encode` or :func:`codecs.decode`.
1468
They are used internally (for example, by :mod:`pickle`) and behave similarly to the
1469
-`string_escape` codec that was removed in Python 3.
+``string_escape`` codec that was removed in Python 3.
1470
1471
.. function:: codecs.escape_encode(input, errors=None)
1472
0 commit comments