mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix typo pointed out on docs@ by Yaniv Sayeh
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
module: cPickle
|
||||
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 functions used while pickling
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user