diff options
author | Georg Brandl <georg@python.org> | 2010-10-29 05:24:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-29 05:24:24 (GMT) |
commit | b98273fff90cf80c14cd13e03dc26483b4681af4 (patch) | |
tree | da67691dd684797e1f765c792226dc0f5cefea82 /Doc | |
parent | 30176890d094cbe398c1f8669de4b399f2719751 (diff) | |
download | cpython-b98273fff90cf80c14cd13e03dc26483b4681af4.zip cpython-b98273fff90cf80c14cd13e03dc26483b4681af4.tar.gz cpython-b98273fff90cf80c14cd13e03dc26483b4681af4.tar.bz2 |
Re-add "debugger" label, it is used in pydoc-topics.
Diffstat (limited to 'Doc')
-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 ================================== |