summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent R. Spillner <kspillner@acm.org>2021-10-13 17:44:51 +0300
committerGitHub <noreply@github.com>2021-10-13 17:44:51 +0300
commit1c2212501798ad5c011dfef0503a6f206600cf0e (patch)
treec0dce53a50f05d4bc6fb6166606b023541e1d8b3
parent6c38e056d702202167e6de6ab6e2aa02cc26d850 (diff)
downloadnumpy-1c2212501798ad5c011dfef0503a6f206600cf0e.tar.gz
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