mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Reformat docstring; fix typo
This commit is contained in:
parent
997ceffe07
commit
9aed98feb2
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ class Pdb(bdb.Bdb, cmd.Cmd):
|
||||||
"""Interpret the argument as though it had been typed in response
|
"""Interpret the argument as though it had been typed in response
|
||||||
to the prompt.
|
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:
|
if not self.commands_defining:
|
||||||
return cmd.Cmd.onecmd(self, line)
|
return cmd.Cmd.onecmd(self, line)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue