Skip to content

Commit 1c22125

Browse files
authored
fix minor typo in comment
1 parent 6c38e05 commit 1c22125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/einsumfunc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def einsum_path(*operands, optimize='greedy', einsum_call=False):
987987

988988

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

0 commit comments

Comments
 (0)