Issue #10902: Fix reference to run* methods

This commit is contained in:
Eli Bendersky 2011-01-14 07:50:27 +00:00
parent 7f45ada1b9
commit f274eea02c
1 changed files with 1 additions and 1 deletions

View File

@ -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: