Minor docstring typo fix -> existence

This commit is contained in:
Kyle Altendorf 2020-12-28 10:02:17 -05:00 committed by GitHub
parent f18e988dea
commit 46055367cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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