summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-24 01:16:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-24 01:16:29 (GMT)
commit39ff59e57745854ba7d1a220fbc5b5d70c338bd0 (patch)
tree82859677c7b83eb138fb9eba1978a0b995ad0a37 /Doc
parentb07bd10c91087b596906e582fcbb5ac36dd722ed (diff)
downloadcpython-39ff59e57745854ba7d1a220fbc5b5d70c338bd0.zip
cpython-39ff59e57745854ba7d1a220fbc5b5d70c338bd0.tar.gz
cpython-39ff59e57745854ba7d1a220fbc5b5d70c338bd0.tar.bz2
replace reference to debugger-hooks
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/bdb.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst
index 82a1c21..3041b7b 100644
--- a/Doc/library/bdb.rst
+++ b/Doc/library/bdb.rst
@@ -107,8 +107,9 @@ The :mod:`bdb` module also defines two classes:
The *arg* parameter depends on the previous event.
- For more information on trace functions, see :ref:`debugger-hooks`. For
- more information on code and frame objects, refer to :ref:`types`.
+ See the documentation for :func:`sys.settrace` for more information on the
+ trace function. For more information on code and frame objects, refer to
+ :ref:`types`.
.. method:: dispatch_line(frame)