summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 (GMT)
commit280488b9a3b5cc213d01aae794751b89144f8609 (patch)
treeb7f11d73232fe9cd918e2a37ad000adfc8162cd8 /Lib/pdb.py
parentfa8dd5f40781d8670824d8ec94e37e4f6e075135 (diff)
downloadcpython-280488b9a3b5cc213d01aae794751b89144f8609.zip
cpython-280488b9a3b5cc213d01aae794751b89144f8609.tar.gz
cpython-280488b9a3b5cc213d01aae794751b89144f8609.tar.bz2
Whitespace normalization.
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 c6164ad..2a8a9e3 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