Skip to content

Commit f84ef3c

Browse files
fix docstring typo in bdb.py (GH-22323) (#26180)
(cherry picked from commit be54fb5) Co-authored-by: flizzywine <[email protected]>
1 parent ea33d20 commit f84ef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/bdb.py

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

0 commit comments

Comments
 (0)