Skip to content

Commit

Permalink
docs: Add default value for find_stubs_package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel authored Feb 4, 2024
1 parent 0c6aa32 commit 8e86778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocstrings_handlers/python/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class PythonHandler(BaseHandler):
"""Default handler configuration.
Attributes: General options:
find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings.
find_stubs_package (bool): Whether to load stubs package (package-stubs) when extracting docstrings. Default `False`.
allow_inspection (bool): Whether to allow inspecting modules when visiting them is not possible. Default: `True`.
show_bases (bool): Show the base classes of a class. Default: `True`.
show_source (bool): Show the source code of this object. Default: `True`.
Expand Down

0 comments on commit 8e86778

Please sign in to comment.