diff --git a/Doc/library/copyreg.rst b/Doc/library/copyreg.rst --- a/Doc/library/copyreg.rst +++ b/Doc/library/copyreg.rst @@ -10,7 +10,7 @@ module: copy The :mod:`copyreg` module provides support for the :mod:`pickle` module. The -:mod:`copy` module is likely to use this in the future as well. It provides +:mod:`copy` module is using this as well. It provides configuration information about object constructors which are not classes. Such constructors may be factory functions or class instances.