[Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (#141771)

This commit is contained in:
Guo Ci 2025-11-19 21:39:54 -05:00 committed by GitHub
parent ca1e86f9d9
commit e5adaafc52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.