Skip to content

Commit d22fa22

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

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
@@ -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)