From: Nadeem Vawda Date: Sat, 11 Feb 2012 22:30:54 +0000 (+0200) Subject: Fix typo in whatsnew/3.3. X-Git-Tag: v3.3.0a1~202^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7edbe30e70a9d81a9402b64f3b8e772057e2a897;p=python Fix typo in whatsnew/3.3. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 8739584a97..fcc56a59c0 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.