From: Andrew M. Kuchling Date: Thu, 27 Jul 2006 12:18:20 +0000 (+0000) Subject: Reformat docstring; fix typo X-Git-Tag: v2.5b3~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aed98feb2a58ae17913fae4f40b8ff24ed17aaf;p=thirdparty%2FPython%2Fcpython.git Reformat docstring; fix typo --- diff --git a/Lib/pdb.py b/Lib/pdb.py index 34052014df7c..fd44beb48794 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)