summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-12 01:12:47 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-12 01:12:47 (GMT)
commit4f863433fd570cf22d765c051433d24fd523a031 (patch)
tree3713a562f0c75abd3c3939e0a4ad933dd24b2922 /Doc/whatsnew
parentae557d767fa0862188a17914eb07b74088ed4d29 (diff)
downloadcpython-4f863433fd570cf22d765c051433d24fd523a031.zip
cpython-4f863433fd570cf22d765c051433d24fd523a031.tar.gz
cpython-4f863433fd570cf22d765c051433d24fd523a031.tar.bz2
What's new typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 8d3f20f..dd29681 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -351,7 +351,7 @@ new features have been added:
codecs
------
-The :mod:`~encodings.mbcs` codec has be rewritten to handle correctly
+The :mod:`~encodings.mbcs` codec has been rewritten to handle correctly
``replace`` and ``ignore`` error handlers on all Windows versions. The
:mod:`~encodings.mbcs` codec now supports all error handlers, instead of only
``replace`` to encode and ``ignore`` to decode.