From: Zachary Ware Date: Fri, 20 Feb 2015 04:28:36 +0000 (-0600) Subject: Fix typo pointed out on docs@ by Yaniv Sayeh X-Git-Tag: v2.7.10rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbdad5442b874f497d0c8b5d9612dc9d1c3594de;p=thirdparty%2FPython%2Fcpython.git Fix typo pointed out on docs@ by Yaniv Sayeh --- diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst index 3d8ef77874be..b8cb5303974f 100644 --- 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.