diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 11:17:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 11:17:14 (GMT) |
commit | cfcd686acf9bc1b72fcd7fb4998cc40b301d56fc (patch) | |
tree | 0497d3f20a6873cd449515cbeb6e8e8419c5fb53 /Doc/library/codecs.rst | |
parent | 6231e529400f3c4ad62262b40f0229535170ac3b (diff) | |
parent | 9c2505b8fcb870824fac3478ca7091b770a228dc (diff) | |
download | cpython-cfcd686acf9bc1b72fcd7fb4998cc40b301d56fc.zip cpython-cfcd686acf9bc1b72fcd7fb4998cc40b301d56fc.tar.gz cpython-cfcd686acf9bc1b72fcd7fb4998cc40b301d56fc.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 48c3b24..b412038 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -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 |