8000 docs: Add default value for `find_stubs_package` docs · mkdocstrings/python@8e86778 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e86778

Browse files
authored
docs: Add default value for find_stubs_package docs
1 parent 0c6aa32 commit 8e86778

File tree

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class PythonHandler(BaseHandler):
111111
"""Default handler configuration.
112112
113113
Attributes: General options:
114-
find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings.
114+
find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings. Default `False`.
115115
allow_inspection (bool): Whether to allow inspecting modules when visiting them is not possible. Default: `True`.
116116
show_bases (bool): Show the base classes of a class. Default: `True`.
117117
show_source (bool): Show the source code of this object. Default: `True`.

0 commit comments

Comments
 (0)
0