Commit ac910bc1 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 9b93d197
......@@ -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)
......
......@@ -256,4 +256,3 @@ def test_main():
if __name__ == "__main__":
test_main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment