summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-12 18:03:51 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-12 18:03:51 (GMT)
commit0001422a0a4995f4a8208a7e169ffd7f25126ecf (patch)
tree1d012b34a2a33f68732632f3f3a5371229293f67 /Doc/library/pdb.rst
parent4c20bc40d73a7f4a977475e4fa02f7c8a43d796a (diff)
downloadcpython-0001422a0a4995f4a8208a7e169ffd7f25126ecf.zip
cpython-0001422a0a4995f4a8208a7e169ffd7f25126ecf.tar.gz
cpython-0001422a0a4995f4a8208a7e169ffd7f25126ecf.tar.bz2
New documentation page for the bdb module.
(This doesn't need to be merged to Py3k.)
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index 236c7fa..ab277be 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -1,9 +1,8 @@
.. _debugger:
-*******************
-The Python Debugger
-*******************
+:mod:`pdb` --- The Python Debugger
+==================================
.. module:: pdb
:synopsis: The Python debugger for interactive interpreters.