]> granicus.if.org Git - python/commitdiff
Fix funny typo.
authorRaymond Hettinger <python@rcn.com>
Wed, 10 Jun 2009 15:38:52 +0000 (15:38 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 10 Jun 2009 15:38:52 +0000 (15:38 +0000)
Doc/whatsnew/3.1.rst

index 30b3f242a0e94b693c4bb339fa90f60eff380337..c76fd6872f1bf44a155c258ee9c7c086c2d4507e 100644 (file)
@@ -380,7 +380,7 @@ New, Improved, and Deprecated Modules
   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*