diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-06-20 21:15:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 21:15:10 -0700 |
| commit | e40f1dd7e6651b7deec2aa5f826aeb27a4f6cee5 (patch) | |
| tree | fdb5dd82c2dcb177c7c115da10d9b399332660a6 /numpy | |
| parent | d60d60716d73e6517b08d0f81b2ed82fad0ba2fb (diff) | |
| download | numpy-e40f1dd7e6651b7deec2aa5f826aeb27a4f6cee5.tar.gz | |
Update numpy/core/src/umath/ufunc_object.c
Co-authored-by: Matti Picus <matti.picus@gmail.com>
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 2f81fadfa..92cb54d3b 100644 --- a/numpy/core/src/umath/ufunc_object.c +++ b/numpy/core/src/umath/ufunc_object.c @@ -1554,7 +1554,7 @@ execute_fancy_ufunc_loop(PyUFuncObject *ufunc, /* * Put the updated operand back. If COPY_IF_OVERLAP made a temporary - * copy, the output will be copied by UPDATEIFCOPY even if op[i] + * copy, the output will be copied by WRITEBACKIFCOPY even if op[i] * was changed by prepare_ufunc_output. */ op[i+nin] = op_tmp; |
