]> granicus.if.org Git - python/commitdiff
Fix typo pointed out on docs@ by Yaniv Sayeh
authorZachary Ware <zachary.ware@gmail.com>
Fri, 20 Feb 2015 04:28:36 +0000 (22:28 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 20 Feb 2015 04:28:36 +0000 (22:28 -0600)
Doc/library/copy_reg.rst

index 3d8ef77874becba3af7a3bb484a24c6bddfd5d43..b8cb5303974f48678cda331e560117fb6fd7ab0f 100644 (file)
@@ -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.