summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-29 05:24:24 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-29 05:24:24 (GMT)
commitb98273fff90cf80c14cd13e03dc26483b4681af4 (patch)
treeda67691dd684797e1f765c792226dc0f5cefea82 /Doc
parent30176890d094cbe398c1f8669de4b399f2719751 (diff)
downloadcpython-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.rst2
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
==================================