[Python-checkins] r73332 - python/branches/py3k/Doc/whatsnew/3.1.rst

raymond.hettinger python-checkins at python.org
Wed Jun 10 17:38:52 CEST 2009


Author: raymond.hettinger
Date: Wed Jun 10 17:38:52 2009
New Revision: 73332

Log:
Fix funny typo.

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Wed Jun 10 17:38:52 2009
@@ -380,7 +380,7 @@
   Python 2.x when used with protocol 2 or lower.  The reorganization of the
   standard library changed the formal reference for many objects.  For
   example, ``__builtin__.set`` in Python 2 is called ``builtins.set`` in Python
-  3. This change cofounded efforts to share data between different versions of
+  3. This change confounded efforts to share data between different versions of
   Python.  But now when protocol 2 or lower is selected, the pickler will
   automatically use the old Python 2 names for both loading and dumping. This
   remapping is turned-on by default but can be disabled with the *fix_imports*


More information about the Python-checkins mailing list