Skip to content

Commit e869222

Browse files
authored
Merge pull request numpy#20111 from sl4mmy/patch-1
DOC: fix minor typo in comment
2 parents 6c38e05 + 1c22125 commit e869222

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)