diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-05-29 00:54:38 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-05-29 00:54:38 (GMT) |
commit | 72a2b4d43f3bdca9f4f32033e62d1cd0e201b792 (patch) | |
tree | 829138d38bafeec61a2885f030befbe2632ed806 /Lib/bdb.py | |
parent | 1a7ac359a0f0f5466aeed82e8cbd7f2774690c98 (diff) | |
download | cpython-72a2b4d43f3bdca9f4f32033e62d1cd0e201b792.zip cpython-72a2b4d43f3bdca9f4f32033e62d1cd0e201b792.tar.gz cpython-72a2b4d43f3bdca9f4f32033e62d1cd0e201b792.tar.bz2 |
Whitespace normalization
Diffstat (limited to 'Lib/bdb.py')
-rw-r--r-- | Lib/bdb.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |