summaryrefslogtreecommitdiffstats
path: root/Lib/bdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/bdb.py')
-rw-r--r--Lib/bdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bdb.py b/Lib/bdb.py
index 6917436..96e7d18 100644
--- a/Lib/bdb.py
+++ b/Lib/bdb.py
@@ -384,7 +384,7 @@ class Bdb:
return None
def _prune_breaks(self, filename, lineno):
- """Prune breakpoints for filname:lineno.
+ """Prune breakpoints for filename:lineno.
A list of breakpoints is maintained in the Bdb instance and in
the Breakpoint class. If a breakpoint in the Bdb instance no