Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56dee1e

Browse files
committed
Fix typo pointed out on docs@ by Yaniv Sayeh
1 parent 57c616f commit 56dee1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/copyreg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
module: pickle
1010
module: copy
1111

12-
The :mod:`copyreg` module offers a way to define fuctions used while pickling
12+
The :mod:`copyreg` module offers a way to define functions used while pickling
1313
specific objects. The :mod:`pickle` and :mod:`copy` modules use those functions
1414
when pickling/copying those objects. The module provides configuration
1515
information about object constructors which are not classes.

0 commit comments

Comments
 (0)