mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (#141771)
This commit is contained in:
parent
ca1e86f9d9
commit
e5adaafc52
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ The :mod:`bdb` module also defines two classes:
|
|||
Normally derived classes don't override the following methods, but they may
|
||||
if they want to redefine the definition of stopping and breakpoints.
|
||||
|
||||
.. method:: is_skipped_line(module_name)
|
||||
.. method:: is_skipped_module(module_name)
|
||||
|
||||
Return ``True`` if *module_name* matches any skip pattern.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue