]> 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:30:15 +0000 (22:30 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 20 Feb 2015 04:30:15 +0000 (22:30 -0600)
Doc/library/copyreg.rst

index 50d5879ae529bc81b16c52580a933fb96c014651..18306c7f99f08dc13aa9bdccc36e1b92fee585b7 100644 (file)
@@ -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.