mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@.
This commit is contained in:
parent
49c6fc9679
commit
9c2505b8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue