Skip to content

Commit 9c2505b

Browse files
committed
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
1 parent 49c6fc9 commit 9c2505b

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
@@ -65,7 +65,7 @@ It defines the following functions:
6565
``factory(stream, errors='strict')``
6666

6767
The factory functions must return objects providing the interfaces defined by
68-
the base classes :class:`StreamWriter` and :class:`StreamReader`, respectively.
68+
the base classes :class:`StreamReader` and :class:`StreamWriter`, respectively.
6969
Stream codecs can maintain state.
7070

7171
Possible values for errors are

0 commit comments

Comments
 (0)