Skip to content

Commit

Permalink
fix minor typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sl4mmy authored Oct 13, 2021
1 parent 6c38e05 commit 1c22125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/einsumfunc.py
Original file line number Diff line number Diff line change
@@ -987,7 +987,7 @@ def einsum_path(*operands, optimize='greedy', einsum_call=False):


def _einsum_dispatcher(*operands, out=None, optimize=None, **kwargs):
# Arguably we dispatch on more arguments that we really should; see note in
# Arguably we dispatch on more arguments than we really should; see note in
# _einsum_path_dispatcher for why.
yield from operands
yield out

0 comments on commit 1c22125

Please sign in to comment.