Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Jul 31, 2024
1 parent bef8b3f commit c1464f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsexprtools/polyfills.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def e(v):
def _poly(op, k):
def inner(*args: Any, **kwargs: Any) -> Any:
if not any(isinstance(x, ExprVar) for x in args):
return substitutions[k]['min'](*args, **kwargs)
return substitutions[k]['min'][0](*args, **kwargs)

var = args[0]
for arg in args[1:]:
Expand Down

0 comments on commit c1464f0

Please sign in to comment.