Skip to content

Commit c6947d1

Browse files
Update Lib/bdb.py
Co-authored-by: Tomas R. <[email protected]>
1 parent 6716ac0 commit c6947d1

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
@@ -216,7 +216,7 @@ def dispatch_opcode(self, frame, arg):
216216
self.user_opcode(). Raise BdbQuit if self.quitting is set.
217217
Return self.trace_dispatch to continue tracing in this scope.
218218
219-
Opcode event will always trigger the user calback. For now the only
219+
Opcode event will always trigger the user callback. For now the only
220220
opcode event is from an inline set_trace() and we want to stop there
221221
unconditionally.
222222
"""

0 commit comments

Comments
 (0)