[Python-checkins] cpython (3.4): Fix typo pointed out on docs@ by Yaniv Sayeh

zach.ware python-checkins at python.org
Fri Feb 20 05:32:13 CET 2015


https://hg.python.org/cpython/rev/428cc8aa0843
changeset:   94692:428cc8aa0843
branch:      3.4
parent:      94689:c6dd9ada7102
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Feb 19 22:30:15 2015 -0600
summary:
  Fix typo pointed out on docs@ by Yaniv Sayeh

files:
  Doc/library/copyreg.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst
--- a/Doc/library/copyreg.rst
+++ b/Doc/library/copyreg.rst
@@ -9,7 +9,7 @@
    module: pickle
    module: copy
 
-The :mod:`copyreg` module offers a way to define fuctions used while pickling
+The :mod:`copyreg` module offers a way to define functions used while pickling
 specific objects.  The :mod:`pickle` and :mod:`copy` modules use those functions
 when pickling/copying those objects.  The module provides configuration
 information about object constructors which are not classes.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list