Skip to content

Commit 21d2783

Browse files
Fix lint
1 parent 6ad8598 commit 21d2783

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
@@ -554,7 +554,7 @@ def _set_stopinfo(self, stopframe, returnframe, stoplineno=0, opcode=False,
554554
# stoplineno >= 0 means: stop at line >= the stoplineno
555555
# stoplineno -1 means: don't stop at all
556556
self.stoplineno = stoplineno
557-
# cmdframe/cmdlineno is the frame/line number when the user issue
557+
# cmdframe/cmdlineno is the frame/line number when the user issues
558558
# step/next commands. We don't want to stop at the same line for
559559
# those commands.
560560
self.cmdframe = cmdframe

0 commit comments

Comments
 (0)