Skip to content

Commit ad9cc97

Browse files
committed
missed it
1 parent 54e4600 commit ad9cc97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/pdb.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug
7474
command arguments, e.g. the current global and local names are offered as
7575
arguments of the ``p`` command.
7676

77-
.. _pdb-cli:
7877

79-
.. program:: pdb
78+
.. _pdb-cli:
8079

8180
Command-line interface
8281
----------------------
8382

83+
.. program:: pdb
84+
8485
You can also invoke :mod:`pdb` from the command line to debug other scripts. For
8586
example::
8687

0 commit comments

Comments
 (0)