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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b98273fff90cf80c14cd13e03dc26483b4681af4;p=thirdparty%2FPython%2Fcpython.git Re-add "debugger" label, it is used in pydoc-topics. --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index cab4569f4f02..98b23f6d0233 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ==================================