diff options
-rw-r--r-- | Doc/library/pdb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index cab4569..98b23f6 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ================================== |