]> 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 61da3ed9e7e8ed49bbb9a65ed867cd5667b46d9d..d283edeb4cf2dd9e13cbfaec3a4a9e196f49b91f 100644 (file)
@@ -66,7 +66,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