Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c616f commit 56dee1eCopy full SHA for 56dee1e
1 file changed
Doc/library/copyreg.rst
@@ -9,7 +9,7 @@
9
module: pickle
10
module: copy
11
12
-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
13
specific objects. The :mod:`pickle` and :mod:`copy` modules use those functions
14
when pickling/copying those objects. The module provides configuration
15
information about object constructors which are not classes.
0 commit comments