diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:00:52 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-10-07 10:21:11 +0200 |
commit | 8551018184e16dc76cadb05cfaf73985105a3293 (patch) | |
tree | bc4b1ff327f4c6b3f835a44a509414a1f9889f81 /doc/source/reference/array_api.rst | |
parent | b347b4d2043ac97af3583b1038f2c02bdadcf3db (diff) | |
download | numpy-8551018184e16dc76cadb05cfaf73985105a3293.tar.gz |
MAINT: Fix typos found by codespell
Diffstat (limited to 'doc/source/reference/array_api.rst')
-rw-r--r-- | doc/source/reference/array_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/array_api.rst b/doc/source/reference/array_api.rst index 8c7c6508b..01c8787eb 100644 --- a/doc/source/reference/array_api.rst +++ b/doc/source/reference/array_api.rst @@ -508,7 +508,7 @@ Linear Algebra Functions * - ``vector_norm`` (*) - Floating-point -(*) Thes functions are split from ``norm`` from the main ``numpy`` namespace. +(*) These functions are split from ``norm`` from the main ``numpy`` namespace. See :ref:`array_api-name-changes`. (**) These functions are new in the array API and are not in the main |