diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-27 15:11:00 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-27 15:11:00 (GMT) |
commit | daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 (patch) | |
tree | b3542c6f206cfdfe55c7dec4feb471a7d0799cc4 /Lib/pdb.py | |
parent | 3e246a811d12dc7b80d78096fa935252bb6290c2 (diff) | |
download | cpython-daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9.zip cpython-daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9.tar.gz cpython-daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |