Skip to content

Commit

Permalink
Improve comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 22, 2024
1 parent 6d946f7 commit 108fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cython/Compiler/PyrexTypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5139,7 +5139,7 @@ def best_match(arg_types, functions, pos=None, env=None, args=None):


def merge_template_deductions(a, b):
# Reduce lists of deduced template mappings into one mapping.
# Used to reduce lists of deduced template mappings into one mapping.
if a is None or b is None:
return None
add_if_missing = a.setdefault
Expand Down

0 comments on commit 108fdcc

Please sign in to comment.