mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
fix docstring typo in bdb.py (GH-22323) (#26179)
(cherry picked from commit be54fb5ae7
)
Co-authored-by: flizzywine <1041958497@qq.com>
This commit is contained in:
parent
52461cb1be
commit
d22fa22cca
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class Bdb:
|
|||
"""Invoke user function and return trace function for call event.
|
||||
|
||||
If the debugger stops on this function call, invoke
|
||||
self.user_call(). Raise BbdQuit if self.quitting is set.
|
||||
self.user_call(). Raise BdbQuit if self.quitting is set.
|
||||
Return self.trace_dispatch to continue tracing in this scope.
|
||||
"""
|
||||
# XXX 'arg' is no longer used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue