diff options
| -rw-r--r-- | 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 index 3d8ef77..b8cb530 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. |
