Kaydet (Commit) 42dac47c 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 e8c52e13
...@@ -66,7 +66,7 @@ It defines the following functions: ...@@ -66,7 +66,7 @@ It defines the following functions:
``factory(stream, errors='strict')`` ``factory(stream, errors='strict')``
The factory functions must return objects providing the interfaces defined by 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. Stream codecs can maintain state.
Possible values for errors are 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