mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#11481: fix markup.
This commit is contained in:
parent
b1c0e3b229
commit
527b1499cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue