From 34b3e59504065800a3f3ae81c7d84e34124b5ef6 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Fri, 5 Nov 2010 01:09:17 +0000 Subject: [PATCH] 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. ........ --- Doc/library/pdb.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 1c6b7bfc98..4288836627 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -1,3 +1,5 @@ +.. _debugger: + :mod:`pdb` --- The Python Debugger ================================== -- 2.40.0