Commit 489f392a authored by Eli Bendersky's avatar Eli Bendersky

Issue #10902: Fix reference to run* methods

parent 07395914
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment