From bbdad5442b874f497d0c8b5d9612dc9d1c3594de Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 19 Feb 2015 22:28:36 -0600 Subject: [PATCH] Fix typo pointed out on docs@ by Yaniv Sayeh --- Doc/library/copy_reg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1