summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa Weber Mendonça <melissawm@gmail.com>2021-10-13 11:47:28 -0300
committerGitHub <noreply@github.com>2021-10-13 11:47:28 -0300
commite8692223ffb675dca714bf13bb8f19e73b273095 (patch)
treec0dce53a50f05d4bc6fb6166606b023541e1d8b3
parent6c38e056d702202167e6de6ab6e2aa02cc26d850 (diff)
parent1c2212501798ad5c011dfef0503a6f206600cf0e (diff)
downloadnumpy-e8692223ffb675dca714bf13bb8f19e73b273095.tar.gz
Merge pull request #20111 from sl4mmy/patch-1
DOC: fix minor typo in comment
-rw-r--r--numpy/core/einsumfunc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/einsumfunc.py b/numpy/core/einsumfunc.py
index 18157641a..c78d3db23 100644
--- a/numpy/core/einsumfunc.py
+++ b/numpy/core/einsumfunc.py
@@ -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