From: Zachary Ware Date: Fri, 20 Feb 2015 04:30:15 +0000 (-0600) Subject: Fix typo pointed out on docs@ by Yaniv Sayeh X-Git-Tag: v3.5.0a2~117^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56dee1e463d2a9962aca0c577a5782a89cce3dbb;p=python Fix typo pointed out on docs@ by Yaniv Sayeh --- diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst index 50d5879ae5..18306c7f99 100644 --- a/Doc/library/copyreg.rst +++ b/Doc/library/copyreg.rst @@ -9,7 +9,7 @@ module: pickle 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 when pickling/copying those objects. The module provides configuration information about object constructors which are not classes.