Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Nov 2, 2020
1 parent 8562951 commit ff0fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt_einsum/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def _core_contract(operands, contraction_list, backend='auto', evaluate_constant
left_pos.append(input_left.find(s))
right_pos.append(input_right.find(s))

# Contruct the axes tuples in a canonical order
# Construct the axes tuples in a canonical order
axes = tuple(zip(*sorted(zip(left_pos, right_pos))))

# Contract!
Expand Down

0 comments on commit ff0fc52

Please sign in to comment.