]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
replace reference to debugger-hooks
authorBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2008 01:16:29 +0000 (01:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2008 01:16:29 +0000 (01:16 +0000)
Doc/library/bdb.rst

index 82a1c21eaddb7405fa039da89a02d32110a69136..3041b7bc00f9931396f4827de215edb1e12f18b0 100644 (file)
@@ -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)