mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
3e246a811d
commit
daea035bac
2 changed files with 1 additions and 2 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)
|
||||
|
|
|
@ -256,4 +256,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue