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() -