summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-12 18:04:37 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-12 18:04:37 (GMT)
commit546e2d66b6b82ebf644d8bd65310a53aa309c05a (patch)
treea0a3568d6e0f994ffe997489a83a2a33eb1ef473 /Doc/library/pdb.rst
parent894d35ea61c24c09f5d8d15683904d6aba27fab4 (diff)
downloadcpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.zip
cpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.tar.gz
cpython-546e2d66b6b82ebf644d8bd65310a53aa309c05a.tar.bz2
New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes.
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 b85afde..c9abbf2 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.