From f274eea02ccec7d1a31d66e1a467dd6cd0da59e7 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 14 Jan 2011 07:50:27 +0000 Subject: [PATCH] Issue #10902: Fix reference to run* methods --- Doc/library/pdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index d22fbc07015..a475099d6a5 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -129,7 +129,7 @@ slightly different way: :data:`sys.last_traceback`. -The ``run_*`` functions and :func:`set_trace` are aliases for instantiating the +The ``run*`` functions and :func:`set_trace` are aliases for instantiating the :class:`Pdb` class and calling the method of the same name. If you want to access further features, you have to do this yourself: