summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-27 03:06:43 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-27 03:06:43 (GMT)
commitf0a0d14c28fe9ba9bd56a570ec681b182b26afc2 (patch)
tree095dfb5ede1d70c8878afe188624a66bbff7f723 /Doc/library/pdb.rst
parentad158728549b7161f08ecdf74ac14a0f9eff3160 (diff)
downloadcpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.zip
cpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.tar.gz
cpython-f0a0d14c28fe9ba9bd56a570ec681b182b26afc2.tar.bz2
Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues that affected TOC rendering.
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index d613e0b..cab4569 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -1,5 +1,3 @@
-.. _debugger:
-
:mod:`pdb` --- The Python Debugger
==================================
@@ -164,7 +162,7 @@ access further features, you have to do this yourself:
.. _debugger-commands:
Debugger Commands
-=================
+-----------------
The commands recognized by the debugger are listed below. Most commands can be
abbreviated to one or two letters as indicated; e.g. ``h(elp)`` means that