diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-22 00:58:35 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-22 01:25:27 +0200 |
commit | a94af844a3797fd75529a57762230c6274469e58 (patch) | |
tree | a5a58e9f3eb5188266400aef6df1d8226dea7dda /doc/neps/nep-0018-array-function-protocol.rst | |
parent | 66d33faabf1f19d4b192c38e927dfa727b0ed61f (diff) | |
download | numpy-a94af844a3797fd75529a57762230c6274469e58.tar.gz |
DOC: Fix typos in NEPs, found by codespell
Diffstat (limited to 'doc/neps/nep-0018-array-function-protocol.rst')
-rw-r--r-- | doc/neps/nep-0018-array-function-protocol.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst index 0dcb0ff7e..f4c21446b 100644 --- a/doc/neps/nep-0018-array-function-protocol.rst +++ b/doc/neps/nep-0018-array-function-protocol.rst @@ -15,8 +15,8 @@ NEP 18 — A dispatch mechanism for NumPy's high level array functions :Updated: 2019-05-25 :Resolution: https://mail.python.org/pipermail/numpy-discussion/2018-August/078493.html -Abstact -------- +Abstract +-------- We propose the ``__array_function__`` protocol, to allow arguments of NumPy functions to define how that function operates on them. This will allow |