diff options
author | mattip <matti.picus@gmail.com> | 2018-11-09 16:44:39 -0800 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-11-09 16:44:39 -0800 |
commit | 08a2e4503de155f2e202bc154287b34220ad1025 (patch) | |
tree | 8870419439023859ec2d15e75b6a5480ca204342 /numpy/core | |
parent | 73c5a5aca2c17505ae352b94ebd5043e5df80f14 (diff) | |
download | numpy-08a2e4503de155f2e202bc154287b34220ad1025.tar.gz |
DOC: reword from review
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/_add_newdocs.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index e1dd04edb..f67964d84 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -1322,8 +1322,9 @@ add_newdoc('numpy.core.multiarray', 'set_numeric_ops', .. deprecated:: 1.16 - Use :c:func:`PyUFunc_ReplaceLoopBySignature` or subclass ndarray and - use ``__array_ufunc__`` instead. + For the general case, use :c:func:`PyUFunc_ReplaceLoopBySignature`. + For ndarray subclasses, define the ``__array_ufunc__`` method and + override the relevant ufunc. Parameters ---------- |