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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbdad5442b874f497d0c8b5d9612dc9d1c3594de;p=python Fix typo pointed out on docs@ by Yaniv Sayeh --- diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst index 3d8ef77874..b8cb530397 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.