summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 11:17:14 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 11:17:14 (GMT)
commitcfcd686acf9bc1b72fcd7fb4998cc40b301d56fc (patch)
tree0497d3f20a6873cd449515cbeb6e8e8419c5fb53 /Doc/library/codecs.rst
parent6231e529400f3c4ad62262b40f0229535170ac3b (diff)
parent9c2505b8fcb870824fac3478ca7091b770a228dc (diff)
downloadcpython-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.rst2
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