Commit 0db85213 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Reformat docstring; fix typo

parent e46581eb
......@@ -230,7 +230,8 @@ class Pdb(bdb.Bdb, cmd.Cmd):
"""Interpret the argument as though it had been typed in response
to the prompt.
Checks wether this line is typed in the normal prompt or in a breakpoint command list definition
Checks whether this line is typed at the normal prompt or in
a breakpoint command list definition.
"""
if not self.commands_defining:
return cmd.Cmd.onecmd(self, line)
......
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