summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-02-19 22:30:15 -0600
committerZachary Ware <zachary.ware@gmail.com>2015-02-19 22:30:15 -0600
commit58ef9a93c6424f108632c104f8358c6aaa907ccd (patch)
treef54de734020f56ff05f4ad4faed6c93f33debdad
parentba651f543e6bf2120913f0087b2964ee16741660 (diff)
downloadcpython-58ef9a93c6424f108632c104f8358c6aaa907ccd.tar.gz
Fix typo pointed out on docs@ by Yaniv Sayeh
-rw-r--r--Doc/library/copyreg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst
index 50d5879ae5..18306c7f99 100644
--- a/Doc/library/copyreg.rst
+++ b/Doc/library/copyreg.rst
@@ -9,7 +9,7 @@
module: pickle
module: copy
-The :mod:`copyreg` module offers a way to define fuctions used while pickling
+The :mod:`copyreg` module offers a way to define functions used while pickling
specific objects. The :mod:`pickle` and :mod:`copy` modules use those functions
when pickling/copying those objects. The module provides configuration
information about object constructors which are not classes.