Skip to content

Commit a7553c6

Browse files
authored
Move escape_encode and escape_decode to standalone section
1 parent 6d80a9e commit a7553c6

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
@@ -1466,7 +1466,7 @@ Standalone Codec Functions
14661466
The following functions provide encoding and decoding functionality similar to codecs,
14671467
but are not available as named codecs through :func:`codecs.encode` or :func:`codecs.decode`.
14681468
They are used internally (for example, by :mod:`pickle`) and behave similarly to the
1469-
`string_escape` codec that was removed in Python 3.
1469+
``string_escape`` codec that was removed in Python 3.
14701470

14711471
.. function:: codecs.escape_encode(input, errors=None)
14721472

0 commit comments

Comments
 (0)