diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-27 15:11:00 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-27 15:11:00 +0000 |
commit | daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 (patch) | |
tree | b3542c6f206cfdfe55c7dec4feb471a7d0799cc4 | |
parent | 3e246a811d12dc7b80d78096fa935252bb6290c2 (diff) | |
download | cpython-git-daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9.tar.gz |
Whitespace normalization.
-rwxr-xr-x | Lib/pdb.py | 2 | ||||
-rw-r--r-- | Lib/test/test_iterlen.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py index fd44beb487..83884d7987 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 7d2cfb2360..af4467e137 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() - |