diff options
Diffstat (limited to 'Lib/bdb.py')
-rw-r--r-- | Lib/bdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bdb.py b/Lib/bdb.py index c6a10359ac..880ff5daf9 100644 --- a/Lib/bdb.py +++ b/Lib/bdb.py @@ -257,7 +257,7 @@ class Bdb: pass def user_line(self, frame): - """Called when when we stop or break at a line.""" + """Called when we stop or break at a line.""" pass def user_return(self, frame, return_value): |