diff options
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-x | Lib/pdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py index c6164ad08a..2a8a9e3fd5 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -105,7 +105,7 @@ class Pdb(bdb.Bdb, cmd.Cmd): if len(line) > 0 and line[0] != '#': self.onecmd(line) - # Override Bdb methods + # Override Bdb methods def user_call(self, frame, argument_list): """This method is called when there is the remote possibility |