Skip to content

Commit

Permalink
Update sphinx_immaterial/apidoc/python/parameter_objects.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <2bndy5@gmail.com>
  • Loading branch information
jbms and 2bndy5 authored Jul 21, 2024
1 parent 76ab811 commit e11db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_immaterial/apidoc/python/parameter_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if sphinx.version_info >= (7, 1):
from sphinx.addnodes import desc_type_parameter
else:
# Fake class definition that will always fail instanceof checks.
# Fake class definition that will always fail isinstance() checks.
class desc_type_parameter(docutils.nodes.Element): # type: ignore[no-redef]
pass

Expand Down

0 comments on commit e11db38

Please sign in to comment.