summaryrefslogtreecommitdiffstats
path: root/Lib/bdb.py
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-02 23:12:33 (GMT)
committerPetr Viktorin <encukou@gmail.com>2019-06-02 23:12:33 (GMT)
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/bdb.py
parente584cbff1ea78e700cf9943d50467e3b58301ccc (diff)
downloadcpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.zip
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
cpython-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.bz2
Fix typos in docs and docstrings (GH-13745)
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