From: Georg Brandl Date: Fri, 29 Oct 2010 05:24:24 +0000 (+0000) Subject: Re-add "debugger" label, it is used in pydoc-topics. X-Git-Tag: v3.2a4~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b98273fff90cf80c14cd13e03dc26483b4681af4;p=python Re-add "debugger" label, it is used in pydoc-topics. --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index cab4569f4f..98b23f6d02 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ==================================