mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Issue #10902: Fix reference to run* methods
This commit is contained in:
parent
7f45ada1b9
commit
f274eea02c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ slightly different way:
|
||||||
:data:`sys.last_traceback`.
|
: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
|
:class:`Pdb` class and calling the method of the same name. If you want to
|
||||||
access further features, you have to do this yourself:
|
access further features, you have to do this yourself:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue