From: Eli Bendersky Date: Fri, 14 Jan 2011 08:25:03 +0000 (+0000) Subject: Issue #10902: Fix reference to run* methods X-Git-Tag: v3.2rc1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=489f392a0ed9996492d7c1c124b859160a3f13d3;p=thirdparty%2FPython%2Fcpython.git Issue #10902: Fix reference to run* methods --- diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 83359930ede7..1e9de63b69ff 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: