diff options
author | Peter Andreas Entschev <peter@entschev.com> | 2020-08-19 18:12:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 18:12:46 +0200 |
commit | 3cf7b6bb27399c72a6d1bc65a896fcc173a9985d (patch) | |
tree | 325fbd6b2f63554f8954556e2839f7453ac128ce /doc/neps | |
parent | 61dcb6382d62408bd07ca708c7ec8a34d734606a (diff) | |
download | numpy-3cf7b6bb27399c72a6d1bc65a896fcc173a9985d.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')
-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 9abbebacd..b023d6fc8 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 @@ -305,7 +305,7 @@ that adopt ``__array_function__`` already, because of that we still believe the that proposal wouldn't necessarily be considered a direct alternative to the 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. +by downstream libraries is beyond the scope of the present proposal. Discussion ---------- |