[Python-checkins] cpython: Fix typo in whatsnew/3.3.

nadeem.vawda python-checkins at python.org
Sun Feb 12 00:34:50 CET 2012


http://hg.python.org/cpython/rev/e5cc016519ac
changeset:   74875:e5cc016519ac
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Sun Feb 12 00:30:54 2012 +0200
summary:
  Fix typo in whatsnew/3.3.

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -329,7 +329,7 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list