mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo pointed out on docs@ by Yaniv Sayeh
This commit is contained in:
parent
57c616f1e4
commit
56dee1e463
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
module: pickle
|
module: pickle
|
||||||
module: copy
|
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
|
specific objects. The :mod:`pickle` and :mod:`copy` modules use those functions
|
||||||
when pickling/copying those objects. The module provides configuration
|
when pickling/copying those objects. The module provides configuration
|
||||||
information about object constructors which are not classes.
|
information about object constructors which are not classes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue