Skip to content

Commit 4b26d7d

Browse files
committed
Move escape_encode and escape_decode to standalone section
1 parent 7613bcd commit 4b26d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/codecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ Standalone Codec Functions
14841484
The following functions provide encoding and decoding functionality similar to codecs,
14851485
but are not available as named codecs through :func:`codecs.encode` or :func:`codecs.decode`.
14861486
They are used internally (for example, by :mod:`pickle`) and behave similarly to the
1487-
`string_escape` codec that was removed in Python 3.
1487+
``string_escape`` codec that was removed in Python 3.
14881488

14891489
.. function:: codecs.escape_encode(input, errors=None)
14901490

0 commit comments

Comments
 (0)