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

zach.ware python-checkins at python.org
Fri Feb 20 05:31:47 CET 2015


https://hg.python.org/cpython/rev/a40481bbb62b
changeset:   94691:a40481bbb62b
branch:      2.7
parent:      94687:3596081cfb55
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Feb 19 22:28:36 2015 -0600
summary:
  Fix typo pointed out on docs@ by Yaniv Sayeh

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


diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst
--- a/Doc/library/copy_reg.rst
+++ b/Doc/library/copy_reg.rst
@@ -14,7 +14,7 @@
    module: cPickle
    module: copy
 
-The :mod:`copy_reg` module offers a way to define fuctions used while pickling
+The :mod:`copy_reg` module offers a way to define functions used while pickling
 specific objects.  The :mod:`pickle`, :mod:`cPickle`, 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