diff options
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r-- | Doc/library/pickle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 6aa3049..e6025ae 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -437,7 +437,7 @@ The :mod:`pickle` module exports three classes, :class:`Pickler`, how they can be loaded, potentially reducing security risks. Refer to :ref:`pickle-restrict` for details. - .. audit-event:: pickle.find_class "module name" + .. audit-event:: pickle.find_class module,name pickle.Unpickler.find_class .. class:: PickleBuffer(buffer) |