summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-05 01:09:17 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-05 01:09:17 (GMT)
commit34b3e59504065800a3f3ae81c7d84e34124b5ef6 (patch)
tree708c7b200f4ba32b3a0abe086d5da67883f51338
parent96d1eb1ec8a1c4116bd4deb95439d794a71ff0bd (diff)
downloadcpython-34b3e59504065800a3f3ae81c7d84e34124b5ef6.zip
cpython-34b3e59504065800a3f3ae81c7d84e34124b5ef6.tar.gz
cpython-34b3e59504065800a3f3ae81c7d84e34124b5ef6.tar.bz2
Merged revisions 85909 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85909 | georg.brandl | 2010-10-29 01:24:24 -0400 (Fri, 29 Oct 2010) | 1 line Re-add "debugger" label, it is used in pydoc-topics. ........
-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 1c6b7bf..4288836 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -1,3 +1,5 @@
+.. _debugger:
+
:mod:`pdb` --- The Python Debugger
==================================