Skip to content

Commit

Permalink
annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Sep 17, 2024
1 parent db4718b commit b1740f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/core/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def yield_head(head_vars, _):
def expression_pattern_match_element_orderless(
parms: dict,
candidates: tuple,
element_candidates: list,
element_candidates: tuple,
less_first: bool,
set_lengths: tuple,
):
Expand Down

0 comments on commit b1740f8

Please sign in to comment.