Skip to content

Commit a48d0ea

Browse files
Update Doc/library/pickle.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 7729fb1 commit a48d0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pickle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ The following types can be pickled:
519519

520520
* classes accessible from the top level of a module;
521521

522-
* instances of such classes whose result of calling :meth:`~object.__getstate__`
522+
* instances of such classes for which the result of calling :meth:`~object.__getstate__`
523523
is picklable (see section :ref:`pickle-inst` for details).
524524

525525
Attempts to pickle unpicklable objects will raise the :exc:`PicklingError`

0 commit comments

Comments
 (0)