mirror of https://github.com/python/cpython
#11481: fix markup.
This commit is contained in:
parent
b1c0e3b229
commit
527b1499cc
|
@ -15,7 +15,7 @@
|
||||||
module: copy
|
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 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
|
use those functions when pickling/copying those objects. The module provides
|
||||||
configuration information about object constructors which are not classes.
|
configuration information about object constructors which are not classes.
|
||||||
Such constructors may be factory functions or class instances.
|
Such constructors may be factory functions or class instances.
|
||||||
|
|
Loading…
Reference in New Issue