Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.

This commit is contained in:
Georg Brandl 2013-10-06 13:17:04 +02:00
parent 49c6fc9679
commit 9c2505b8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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