Commit 1102062a authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Emphasize that Unpickler.memo is not necessarily a dict.

parent 9d7665df
......@@ -334,8 +334,9 @@ The :mod:`pickle` module exports two classes, :class:`Pickler` and
.. attribute:: memo
Dictionary holding previously unpickled objects to allow shared or
recursive objects to unpickled by reference as opposed to by value.
Dictionary-like object holding previously unpickled objects to allow
shared or recursive objects to unpickled by reference as opposed to
by value.
.. _pickle-picklable:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment