diff --git a/sphinx/ext/autodoc/__init__.py b/sphinx/ext/autodoc/__init__.py index c9f90acca..d691ca2ba 100644 --- a/sphinx/ext/autodoc/__init__.py +++ b/sphinx/ext/autodoc/__init__.py @@ -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