commit | daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jul 27 15:11:00 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jul 27 15:11:00 2006 +0000 |
tree | b3542c6f206cfdfe55c7dec4feb471a7d0799cc4 | |
parent | 3e246a811d12dc7b80d78096fa935252bb6290c2 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/pdb.py b/Lib/pdb.py index fd44beb..83884d7 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py
@@ -231,7 +231,7 @@ 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)