Fix typo in whatsnew/3.3.

This commit is contained in:
Nadeem Vawda 2012-02-12 00:30:54 +02:00
parent be66af424b
commit 7edbe30e70

View file

@ -329,7 +329,7 @@ The :mod:`array` module supports the :c:type:`long long` type using ``q`` and
codecs 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 ``replace`` and ``ignore`` error handlers on all Windows versions. The
:mod:`~encodings.mbcs` codec now supports all error handlers, instead of only :mod:`~encodings.mbcs` codec now supports all error handlers, instead of only
``replace`` to encode and ``ignore`` to decode. ``replace`` to encode and ``ignore`` to decode.