Fix typo pointed out on docs@ by Yaniv Sayeh

This commit is contained in:
Zachary Ware
2015-02-19 22:28:36 -06:00
parent a0dd7dc1b0
commit bbdad5442b

View 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.