mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8609 from altendky/patch-1
Minor docstring typo fix -> existence
This commit is contained in:
@@ -2245,7 +2245,7 @@ class RuntimeInstanceAttributeMixin(DataDocumenterMixinBase):
|
||||
return False
|
||||
|
||||
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."""
|
||||
try:
|
||||
return super().import_object(raiseerror=True) # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user