]> granicus.if.org Git - python/commitdiff
Fix typo in whatsnew/3.3.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 22:30:54 +0000 (00:30 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 22:30:54 +0000 (00:30 +0200)
Doc/whatsnew/3.3.rst

index 8739584a97f26d767e82b878705db06c0e9b4b2f..fcc56a59c033113f654328cb4761f8f8f815695e 100644 (file)
@@ -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.