summaryrefslogtreecommitdiff
path: root/doc/neps
diff options
context:
space:
mode:
authorPeter Andreas Entschev <peter@entschev.com>2020-08-19 10:53:04 -0700
committerPeter Andreas Entschev <peter@entschev.com>2020-08-19 10:53:04 -0700
commitb6f2c16e23be6fdd38ee89233d13ceecd595c948 (patch)
tree31452b3ff145e6d509315b68a91458c19b4d7ff0 /doc/neps
parent3d527eacf5064b4ab7dcd4c20de952fe37d931d5 (diff)
downloadnumpy-b6f2c16e23be6fdd38ee89233d13ceecd595c948.tar.gz
NEP: Fix some grammar and formatting in NEP-35
Diffstat (limited to 'doc/neps')
-rw-r--r--doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst4
1 files changed, 2 insertions, 2 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 d7d670839..cb44a4545 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
@@ -293,8 +293,8 @@ There are two downsides to the implementation above for C functions:
The first version of this proposal suggested the implementation above as one
viable solution for NumPy functions implemented in C. However, due to the
-downsides pointed above we have decided to discard any changes on the Python
-side and resolve those issues with a pure-C implementation . Please refer to
+downsides pointed out above we have decided to discard any changes on the Python
+side and resolve those issues with a pure-C implementation. Please refer to
[implementation]_ for details.
Alternatives