Skip to content

Commit c6883cb

Browse files
committed
mypy
1 parent 6f97cdb commit c6883cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/ext/autodoc/_documenters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def _gather_members(
749749
props=props,
750750
opt_members=self.options.members or (),
751751
inherited_members=inherited_members,
752-
ignore_module_all=self.options.ignore_module_all,
752+
ignore_module_all=bool(self.options.ignore_module_all),
753753
attr_docs=attr_docs,
754754
)
755755
filtered_members = _filter_members(

0 commit comments

Comments
 (0)