mirror of
https://github.com/python/cpython.git
synced 2024-12-18 06:14:00 +08:00
Issue #10902: Fix reference to run* methods
This commit is contained in:
parent
07395914ca
commit
489f392a0e
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user