diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-04-23 08:31:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 08:31:46 -0500 |
commit | a70cb5490aaf1bcfae9b2554c3a48f33739c499e (patch) | |
tree | 57d7d9beb0b42900f2173b7f57f5405fca623532 /numpy | |
parent | 57b483d3728fbf0f1a5c162a4ab0e657aab23669 (diff) | |
download | numpy-a70cb5490aaf1bcfae9b2554c3a48f33739c499e.tar.gz |
Update numpy/core/src/umath/ufunc_object.c
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/umath/ufunc_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/ufunc_object.c b/numpy/core/src/umath/ufunc_object.c index d29a7e01f..bf8bd1a8c 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -1113,7 +1113,7 @@ prepare_ufunc_output(PyUFuncObject *ufunc, * is possible. * * This function only supports a single output (due to the overlap check). - * It always accepts 0-D arrays and will broadcast them. The function will + * It always accepts 0-D arrays and will broadcast them. The function * cannot broadcast any other array (as it requires a single stride). * The function accepts all 1-D arrays, and N-D arrays that are either all * C- or all F-contiguous. |