Fix typo in comment

This commit is contained in:
Peter Law
2023-05-26 21:38:42 +01:00
parent 825c6b93bf
commit ca36fcfa4b

View File

@@ -343,7 +343,7 @@ class DirectObjectAccess:
try:
return hasattr(self._obj, name), False
except Exception:
# Obviously has an attribute (propably a property) that
# Obviously has an attribute (probably a property) that
# gets executed, so just avoid all exceptions here.
return False, False
try: