Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Apr 18, 2024
1 parent 3799b7a commit f75f0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/iterator/ir_utils/common_pattern_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def is_let(node: itir.Node) -> TypeGuard[itir.FunCall]:

def is_call_to(node: itir.Node, fun: str | list[str]) -> TypeGuard[itir.FunCall]:
"""
Match expression that are calls to a given function.
Match call expression to a given function.
>>> from gt4py.next.iterator.ir_utils import ir_makers as im
>>> node = im.call("make_tuple")(1, 2)
Expand Down

0 comments on commit f75f0e4

Please sign in to comment.