Fix typo pointed out on docs@ by Yaniv Sayeh

This commit is contained in:
Zachary Ware 2015-02-19 22:30:15 -06:00
parent 57c616f1e4
commit 56dee1e463

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