Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be54fb5

Browse files
authored
fix docstring typo in bdb.py (GH-22323)
1 parent a42d98e commit be54fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/bdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def dispatch_call(self, frame, arg):
119119
"""Invoke user function and return trace function for call event.
120120
121121
If the debugger stops on this function call, invoke
122-
self.user_call(). Raise BbdQuit if self.quitting is set.
122+
self.user_call(). Raise BdbQuit if self.quitting is set.
123123
Return self.trace_dispatch to continue tracing in this scope.
124124
"""
125125
# XXX 'arg' is no longer used

0 commit comments

Comments
 (0)