Merge pull request #8609 from altendky/patch-1

Minor docstring typo fix -> existence
This commit is contained in:
Takeshi KOMIYA
2020-12-29 01:52:23 +09:00
committed by GitHub

View File

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