mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Minor docstring typo fix -> existence
This commit is contained in:
parent
f18e988dea
commit
46055367cf
@ -2245,7 +2245,7 @@ class RuntimeInstanceAttributeMixin(DataDocumenterMixinBase):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def import_object(self, raiseerror: bool = False) -> bool:
|
def import_object(self, raiseerror: bool = False) -> bool:
|
||||||
"""Check the exisitence of runtime instance attribute when failed to import the
|
"""Check the existence of runtime instance attribute when failed to import the
|
||||||
attribute."""
|
attribute."""
|
||||||
try:
|
try:
|
||||||
return super().import_object(raiseerror=True) # type: ignore
|
return super().import_object(raiseerror=True) # type: ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user