diff --git a/jedi/inference/compiled/access.py b/jedi/inference/compiled/access.py index f09dd5e7..dcdb589c 100644 --- a/jedi/inference/compiled/access.py +++ b/jedi/inference/compiled/access.py @@ -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: