]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 15:11:00 +0000 (15:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 15:11:00 +0000 (15:11 +0000)
Lib/pdb.py
Lib/test/test_iterlen.py

index fd44beb48794b063207bd4c0aba00524fd8a8171..83884d7987fca74f85be1da9e02af08e35f29af7 100755 (executable)
@@ -231,7 +231,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
         to the prompt.
 
         Checks whether this line is typed at the normal prompt or in
-        a breakpoint command list definition. 
+        a breakpoint command list definition.
         """
         if not self.commands_defining:
             return cmd.Cmd.onecmd(self, line)
index 7d2cfb23600aacfe3fa8b42c10443f8a5e5ec983..af4467e1374db3e4b8c33ff28ed8b079db6d3a5e 100644 (file)
@@ -256,4 +256,3 @@ def test_main():
 
 if __name__ == "__main__":
     test_main()
-