summaryrefslogtreecommitdiff
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 13:17:14 +0200
committerGeorg Brandl <georg@python.org>2013-10-06 13:17:14 +0200
commita640bd32b0e0f10a8ad8af217caaea8603dc9fca (patch)
tree2dc566cc3a10acb01e05d4fadaf59ab6fe557db5 /Doc/library/codecs.rst
parent8e11492a1a176d303f3bcb729f121883dc4bcad5 (diff)
parent4ce4927c44afa406a1510caadda704db5b160a62 (diff)
downloadcpython-a640bd32b0e0f10a8ad8af217caaea8603dc9fca.tar.gz
merge with 3.3
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r--Doc/library/codecs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 48c3b24248..b41203804a 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