summaryrefslogtreecommitdiff
path: root/doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
diff options
context:
space:
mode:
authorPeter Andreas Entschev <peter@entschev.com>2020-08-19 18:18:24 +0200
committerGitHub <noreply@github.com>2020-08-19 18:18:24 +0200
commit615f19ffe653829ed4709cae65d66c0b7b7c2e2e (patch)
tree8209a674dc0e049bfa91d36abb5148efcea61c1d /doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
parent52d9c7455a78e72820cd4bae996646bf9f1c1095 (diff)
downloadnumpy-615f19ffe653829ed4709cae65d66c0b7b7c2e2e.tar.gz
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
Co-authored-by: Chunlin <fangchunlin@huawei.com>
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.rst2
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 e09875d15..d0334967c 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
@@ -162,7 +162,7 @@ To enable proper identification of the array type we use Dask's utility function
function is primarily targeted at the library's internal usage to ensure chunks
are created with correct types. Without the ``like=`` argument, it would be
impossible to ensure ``my_pad`` creates a padding array with a type matching
-that of the input array, which would cause cause a ``TypeError`` exception to
+that of the input array, which would cause a ``TypeError`` exception to
be raised by CuPy, as discussed above would happen to the CuPy case alone.
Current NumPy users who don't use other arrays from downstream libraries should