]> granicus.if.org Git - python/commitdiff
Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward...
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:17:04 +0000 (13:17 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 11:17:04 +0000 (13:17 +0200)
Doc/library/codecs.rst

index fcef948895c1207b79b6ab6f513c70b7a3b97680..a5a27a2159d94db1d7fa491e363e2534fa108410 100644 (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