We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1292aa6 commit 65940faCopy full SHA for 65940fa
Doc/library/copyreg.rst
@@ -33,8 +33,8 @@ Such constructors may be factory functions or class instances.
33
34
The optional *constructor* parameter, if provided, is a callable object which
35
can be used to reconstruct the object when called with the tuple of arguments
36
- returned by *function* at pickling time. :exc:`TypeError` will be raised if
37
- *object* is a class or *constructor* is not callable.
+ returned by *function* at pickling time. A :exc:`TypeError` is raised if the
+ *constructor* is not callable.
38
39
See the :mod:`pickle` module for more details on the interface
40
expected of *function* and *constructor*. Note that the
0 commit comments