summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-02-20 04:28:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-02-20 04:28:36 (GMT)
commitbbdad5442b874f497d0c8b5d9612dc9d1c3594de (patch)
treec571372accbc92761d094abc544aab12f3b97623
parenta0dd7dc1b02a00970eba8ddc0430f74ff7506be0 (diff)
downloadcpython-bbdad5442b874f497d0c8b5d9612dc9d1c3594de.zip
cpython-bbdad5442b874f497d0c8b5d9612dc9d1c3594de.tar.gz
cpython-bbdad5442b874f497d0c8b5d9612dc9d1c3594de.tar.bz2
Fix typo pointed out on docs@ by Yaniv Sayeh
-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 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.