summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index fd44beb..83884d7 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -231,7 +231,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
to the prompt.
Checks whether this line is typed at the normal prompt or in
- a breakpoint command list definition.
+ a breakpoint command list definition.
"""
if not self.commands_defining:
return cmd.Cmd.onecmd(self, line)