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 a869268 commit ac455e9Copy full SHA for ac455e9
python/egglog/runtime.py
@@ -189,7 +189,7 @@ def __instancecheck__(cls, instance: object) -> bool:
189
@dataclass(match_args=False)
190
class RuntimeClass(DelayedDeclerations, metaclass=ClassFactory):
191
__egg_tp__: TypeRefWithVars
192
- # True if we want `__paramaters__` to be recongized by `Union`, which means we can't inherit from `type` directly.
+ # True if we want `__parameters__` to be recognized by `Union`, which means we can't inherit from `type` directly.
193
_egg_has_params: InitVar[bool] = False
194
195
def __post_init__(self, _egg_has_params: bool) -> None:
0 commit comments