Skip to content

Commit 5c96308

Browse files
committed
Fix funny typo.
1 parent f6b8872 commit 5c96308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ New, Improved, and Deprecated Modules
380380
Python 2.x when used with protocol 2 or lower. The reorganization of the
381381
standard library changed the formal reference for many objects. For
382382
example, ``__builtin__.set`` in Python 2 is called ``builtins.set`` in Python
383-
3. This change cofounded efforts to share data between different versions of
383+
3. This change confounded efforts to share data between different versions of
384384
Python. But now when protocol 2 or lower is selected, the pickler will
385385
automatically use the old Python 2 names for both loading and dumping. This
386386
remapping is turned-on by default but can be disabled with the *fix_imports*

0 commit comments

Comments
 (0)