[Python-checkins] cpython: What's new typo

antoine.pitrou python-checkins at python.org
Sun Feb 12 02:15:46 CET 2012


http://hg.python.org/cpython/rev/f2323ee5d6c7
changeset:   74878:f2323ee5d6c7
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 12 02:12:47 2012 +0100
summary:
  What's new typo

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
@@ -351,7 +351,7 @@
 codecs
 ------
 
-The :mod:`~encodings.mbcs` codec has be rewritten to handle correctly
+The :mod:`~encodings.mbcs` codec has been 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