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 7729fb1 commit a48d0eaCopy full SHA for a48d0ea
Doc/library/pickle.rst
@@ -519,7 +519,7 @@ The following types can be pickled:
519
520
* classes accessible from the top level of a module;
521
522
-* instances of such classes whose result of calling :meth:`~object.__getstate__`
+* instances of such classes for which the result of calling :meth:`~object.__getstate__`
523
is picklable (see section :ref:`pickle-inst` for details).
524
525
Attempts to pickle unpicklable objects will raise the :exc:`PicklingError`
0 commit comments