diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 22:30:54 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 22:30:54 (GMT) |
commit | 7edbe30e70a9d81a9402b64f3b8e772057e2a897 (patch) | |
tree | 5cc96b7874cb7d41761a77a7b842e7c31f318f4b /Doc | |
parent | be66af424b7050be782ec2ea3458cac421658172 (diff) | |
download | cpython-7edbe30e70a9d81a9402b64f3b8e772057e2a897.zip cpython-7edbe30e70a9d81a9402b64f3b8e772057e2a897.tar.gz cpython-7edbe30e70a9d81a9402b64f3b8e772057e2a897.tar.bz2 |
Fix typo in whatsnew/3.3.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 8739584..fcc56a5 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -329,7 +329,7 @@ The :mod:`array` module supports the :c:type:`long long` type using ``q`` and codecs ------ -The :mod:`~encodings.mbcs` codec has be rewritten to handle correclty +The :mod:`~encodings.mbcs` codec has be 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. |