Kaydet (Commit) 9c2505b8 authored tarafından Georg Brandl's avatar Georg Brandl

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

Fix order of required StreamReader/StreamWriter base classes.  Spotted by Edward Welbourne on docs@.
üst 49c6fc96
......@@ -65,7 +65,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