Skip to content

Commit 19e9898

Browse files
fix spelling
Co-authored-by: Copilot <[email protected]>
1 parent a158381 commit 19e9898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/egraph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ def _rewrite_or_rule_generator(gen: RewriteOrRuleGenerator, frame: FrameType) ->
18171817
"""
18181818
Returns a thunk which will call the function with variables of the type and name of the arguments.
18191819
"""
1820-
# Need to manually pass in the frame locals from the generator, because otherwise classes defined within funciton
1820+
# Need to manually pass in the frame locals from the generator, because otherwise classes defined within function
18211821
# will not be available in the annotations
18221822
# combine locals and globals so that they are the same dict. Otherwise get_type_hints will go through the wrong
18231823
# path and give an error for the test

0 commit comments

Comments
 (0)