#11481: fix markup.

This commit is contained in:
Ezio Melotti 2012-11-08 11:02:58 +02:00
parent b1c0e3b229
commit 527b1499cc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
module: copy
The :mod:`copy_reg` module offers a way to define fuctions used while pickling
specific objects. The :mod:`pickle`, :mod:`cPickle, and :mod:`copy` modules
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.
Such constructors may be factory functions or class instances.