summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/copy_reg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/copy_reg.rst b/Doc/library/copy_reg.rst
index e145cd5..3d8ef77 100644
--- a/Doc/library/copy_reg.rst
+++ b/Doc/library/copy_reg.rst
@@ -15,7 +15,7 @@
module: copy
The :mod:`copy_reg` module offers a way to define fuctions used while pickling
-specific objects. The :mod:`pickle`, :mod:`cPickle, and :mod:`copy` modules
+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.
Such constructors may be factory functions or class instances.