diff options
| -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. |
