Skip to content

Commit 923af7b

Browse files
committed
Correct ref preview
1 parent f572b59 commit 923af7b

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
@@ -520,7 +520,7 @@ The :mod:`pickle` module can be invoked as a script from the command line,
520520
it will display contents of the pickle files. However, when the pickle file
521521
that you want to examine comes from an untrusted source, ``-m pickletools``
522522
is a safer option because it does not execute pickle bytecode, see
523-
:ref:`pickletools-cli`.
523+
:ref:`pickletools CLI usage <pickletools-cli>`.
524524

525525
.. code-block:: bash
526526

0 commit comments

Comments
 (0)