From 489f392a0ed9996492d7c1c124b859160a3f13d3 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 14 Jan 2011 08:25:03 +0000 Subject: 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 8335993..1e9de63 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -131,7 +131,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: -- cgit v0.12