]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reformat docstring; fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 12:18:20 +0000 (12:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 12:18:20 +0000 (12:18 +0000)
Lib/pdb.py

index 34052014df7c1f2c6e0df37548631910270cfc7a..fd44beb48794b063207bd4c0aba00524fd8a8171 100755 (executable)
@@ -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)