Commit 42dac47c authored by Georg Brandl's avatar Georg Brandl

Fix order of required StreamReader/StreamWriter base classes. Spotted by...

Fix order of required StreamReader/StreamWriter base classes.  Spotted by Edward Welbourne on docs@.
parent e8c52e13
......@@ -66,7 +66,7 @@ It defines the following functions:
``factory(stream, errors='strict')``
The factory functions must return objects providing the interfaces defined by
the base classes :class:`StreamWriter` and :class:`StreamReader`, respectively.
the base classes :class:`StreamReader` and :class:`StreamWriter`, respectively.
Stream codecs can maintain state.
Possible values for errors are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment