summaryrefslogtreecommitdiff
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-27 12:18:20 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-07-27 12:18:20 +0000
commit0db852138b7ca03f858134eee99875f463525db8 (patch)
tree978812bd809684ed809b4cb1d972cf6c494bcafd /Lib/pdb.py
parente46581ebdc7313861a9df5aa97e3da3cff89496b (diff)
downloadcpython-0db852138b7ca03f858134eee99875f463525db8.tar.gz
Reformat docstring; fix typo
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 34052014df..fd44beb487 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -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)