diff options
author | Peter Andreas Entschev <peter@entschev.com> | 2020-08-19 18:12:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 18:12:04 +0200 |
commit | 61dcb6382d62408bd07ca708c7ec8a34d734606a (patch) | |
tree | 9db65c465a2cbfd036da1fbd92b578a1b5137d51 /doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst | |
parent | 68fd054092a0ce41ad013230a2f3aa6aa688175d (diff) | |
download | numpy-61dcb6382d62408bd07ca708c7ec8a34d734606a.tar.gz |
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
Co-authored-by: Juan Nunez-Iglesias <juan.nunez-iglesias@monash.edu>
Diffstat (limited to 'doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst')
-rw-r--r-- | doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst index 8f47f8717..9abbebacd 100644 --- a/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst +++ b/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst @@ -303,7 +303,7 @@ by NEP 37 [6]_, which would require considerable rework by downstream libraries that adopt ``__array_function__`` already, because of that we still believe the ``like=`` argument is beneficial for NumPy and downstream libraries. However, that proposal wouldn't necessarily be considered a direct alternative to the -present NEP, as it would replace NEP 18 entirely, on which this builds upon. +present NEP, as it would replace NEP 18 entirely, upon which this builds. Discussion on details about this new proposal and why that would require rework by downstream libraries is beyond the scopy of the present proposal. |