summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.1.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-06-10 15:38:52 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-06-10 15:38:52 (GMT)
commit5c96308ee17f0c1f2ef2205a910919ea7d237189 (patch)
tree323db086c49bdbd8c11c518f94c932aaaf5b71ea /Doc/whatsnew/3.1.rst
parentf6b8872b0d70149a7c8d0766e938fdd8d882f1b3 (diff)
downloadcpython-5c96308ee17f0c1f2ef2205a910919ea7d237189.zip
cpython-5c96308ee17f0c1f2ef2205a910919ea7d237189.tar.gz
cpython-5c96308ee17f0c1f2ef2205a910919ea7d237189.tar.bz2
Fix funny typo.
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r--Doc/whatsnew/3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index 30b3f24..c76fd68 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -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*