Skip to content

Commit 0f90feb

Browse files
Drop note down
1 parent 711443c commit 0f90feb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/library/codecs.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,10 +1484,6 @@ mapping. It is not supported by :meth:`str.encode` (which only produces
14841484

14851485
This module implements the following functions:
14861486

1487-
.. note::
1488-
These functions should not be used directly, except for testing purposes;
1489-
:func:`codecs.lookup` should be used instead.
1490-
14911487
.. function:: normalize_encoding(encoding)
14921488

14931489
Normalize encoding name *encoding*.
@@ -1500,6 +1496,11 @@ This module implements the following functions:
15001496
Note that *encoding* should be ASCII only.
15011497

15021498

1499+
.. note::
1500+
These functions should not be used directly, except for testing purposes;
1501+
:func:`codecs.lookup` should be used instead.
1502+
1503+
15031504
.. function:: search_function(encoding)
15041505

15051506
Search for the codec module corresponding to the given encoding name

0 commit comments

Comments
 (0)