diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-27 12:18:20 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-27 12:18:20 (GMT) |
commit | 9aed98feb2a58ae17913fae4f40b8ff24ed17aaf (patch) | |
tree | 78895be69123aaa34cc41fede26879b2531a5175 /Lib/pdb.py | |
parent | 997ceffe07d86bec059e92dbe69861b67ab87184 (diff) | |
download | cpython-9aed98feb2a58ae17913fae4f40b8ff24ed17aaf.zip cpython-9aed98feb2a58ae17913fae4f40b8ff24ed17aaf.tar.gz cpython-9aed98feb2a58ae17913fae4f40b8ff24ed17aaf.tar.bz2 |
Reformat docstring; fix typo
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |