Skip to content

Commit a160317

Browse files
[3.14] [Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (GH-141771) (#142547)
[Docs] Fix typo in bdb: `is_skipped_line` to `is_skipped_module` (GH-141771) (cherry picked from commit e5adaaf) Co-authored-by: Guo Ci <[email protected]>
1 parent 35df805 commit a160317

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

243-
.. method:: is_skipped_line(module_name)
243+
.. method:: is_skipped_module(module_name)
244244

245245
Return ``True`` if *module_name* matches any skip pattern.
246246

0 commit comments

Comments
 (0)