From b98273fff90cf80c14cd13e03dc26483b4681af4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 29 Oct 2010 05:24:24 +0000 Subject: [PATCH] Re-add "debugger" label, it is used in pydoc-topics. --- Doc/library/pdb.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index cab4569f4f0..98b23f6d023 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ==================================