We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b58e91 commit 118c581Copy full SHA for 118c581
python/egglog/declarations.py
@@ -93,7 +93,7 @@ def __egg_decls__(self) -> Declarations:
93
# Catch attribute error, so that it isn't bubbled up as a missing attribute and fallbacks on `__getattr__`
94
# instead raise explicitly
95
except AttributeError as err:
96
- msg = f"Cannot resolve declerations for {self}"
+ msg = f"Cannot resolve declarations for {self}"
97
raise RuntimeError(msg) from err
98
99
0 commit comments