Skip to content

Commit 3e48fbe

Browse files
[3.13] [Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (GH-141771) (#142548)
[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 746f8ed commit 3e48fbe

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)