Skip to content

Commit ac455e9

Browse files
Update python/egglog/runtime.py
Co-authored-by: Copilot <[email protected]>
1 parent a869268 commit ac455e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __instancecheck__(cls, instance: object) -> bool:
189189
@dataclass(match_args=False)
190190
class RuntimeClass(DelayedDeclerations, metaclass=ClassFactory):
191191
__egg_tp__: TypeRefWithVars
192-
# True if we want `__paramaters__` to be recongized by `Union`, which means we can't inherit from `type` directly.
192+
# True if we want `__parameters__` to be recognized by `Union`, which means we can't inherit from `type` directly.
193193
_egg_has_params: InitVar[bool] = False
194194

195195
def __post_init__(self, _egg_has_params: bool) -> None:

0 commit comments

Comments
 (0)