mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Fix typo in comment
This commit is contained in:
@@ -343,7 +343,7 @@ class DirectObjectAccess:
|
|||||||
try:
|
try:
|
||||||
return hasattr(self._obj, name), False
|
return hasattr(self._obj, name), False
|
||||||
except Exception:
|
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.
|
# gets executed, so just avoid all exceptions here.
|
||||||
return False, False
|
return False, False
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user