Skip to content

Commit 858a309

Browse files
guocimiss-islington
authored andcommitted
[Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (GH-141771)
(cherry picked from commit e5adaaf) Co-authored-by: Guo Ci <zguoci@gmail.com>
1 parent 2b0ccce commit 858a309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/bdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The :mod:`bdb` module also defines two classes:
213213
Normally derived classes don't override the following methods, but they may
214214
if they want to redefine the definition of stopping and breakpoints.
215215

216-
.. method:: is_skipped_line(module_name)
216+
.. method:: is_skipped_module(module_name)
217217

218218
Return ``True`` if *module_name* matches any skip pattern.
219219

0 commit comments

Comments
 (0)