From daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 27 Jul 2006 15:11:00 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/pdb.py | 2 +- Lib/test/test_iterlen.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/pdb.py b/Lib/pdb.py index fd44beb4879..83884d7987f 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -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) diff --git a/Lib/test/test_iterlen.py b/Lib/test/test_iterlen.py index 7d2cfb23600..af4467e1374 100644 --- a/Lib/test/test_iterlen.py +++ b/Lib/test/test_iterlen.py @@ -256,4 +256,3 @@ def test_main(): if __name__ == "__main__": test_main() -