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

Skip to content

Commit 72a2b4d

Browse files
committed
Whitespace normalization
1 parent 1a7ac35 commit 72a2b4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/bdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def dispatch_exception(self, frame, arg):
9191
# definition of stopping and breakpoints.
9292

9393
def stop_here(self, frame):
94-
# (CT) stopframe may now also be None, see dispatch_call.
95-
# (CT) the former test for None is therefore removed from here.
94+
# (CT) stopframe may now also be None, see dispatch_call.
95+
# (CT) the former test for None is therefore removed from here.
9696
if frame is self.stopframe:
9797
return True
9898
while frame is not None and frame is not self.stopframe:

0 commit comments

Comments
 (0)