From: Neal Norwitz Date: Wed, 29 May 2002 00:54:38 +0000 (+0000) Subject: Whitespace normalization X-Git-Tag: v2.3c1~5574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72a2b4d43f3bdca9f4f32033e62d1cd0e201b792;p=python Whitespace normalization --- diff --git a/Lib/bdb.py b/Lib/bdb.py index adeab1b9e1..e1a609a4c3 100644 --- a/Lib/bdb.py +++ b/Lib/bdb.py @@ -91,8 +91,8 @@ class Bdb: # definition of stopping and breakpoints. def stop_here(self, frame): - # (CT) stopframe may now also be None, see dispatch_call. - # (CT) the former test for None is therefore removed from here. + # (CT) stopframe may now also be None, see dispatch_call. + # (CT) the former test for None is therefore removed from here. if frame is self.stopframe: return True while frame is not None and frame is not self.stopframe: