commit | b98273fff90cf80c14cd13e03dc26483b4681af4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Oct 29 05:24:24 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Oct 29 05:24:24 2010 +0000 |
tree | da67691dd684797e1f765c792226dc0f5cefea82 | |
parent | 30176890d094cbe398c1f8669de4b399f2719751 [diff] |
Re-add "debugger" label, it is used in pydoc-topics.
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 ==================================