diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-05 01:09:17 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-11-05 01:09:17 (GMT) |
commit | 34b3e59504065800a3f3ae81c7d84e34124b5ef6 (patch) | |
tree | 708c7b200f4ba32b3a0abe086d5da67883f51338 /Doc | |
parent | 96d1eb1ec8a1c4116bd4deb95439d794a71ff0bd (diff) | |
download | cpython-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.
........
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 1c6b7bf..4288836 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ================================== |