Skip to content

Commit e5adaaf

Browse files
authored
[Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (#141771)
1 parent ca1e86f commit e5adaaf

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
@@ -236,7 +236,7 @@ The :mod:`bdb` module also defines two classes:
236236
Normally derived classes don't override the following methods, but they may
237237
if they want to redefine the definition of stopping and breakpoints.
238238

239-
.. method:: is_skipped_line(module_name)
239+
.. method:: is_skipped_module(module_name)
240240

241241
Return ``True`` if *module_name* matches any skip pattern.
242242

0 commit comments

Comments
 (0)