summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas J. Fan <thomasjpfan@gmail.com>2021-12-12 15:36:54 -0500
committerThomas J. Fan <thomasjpfan@gmail.com>2021-12-12 15:36:54 -0500
commitbd5f270f1a294af4d8582e4e68dce2f527eb5ff1 (patch)
tree291c280072ff8092fee8b69f5db6d37e3bf5b2d5
parent93301a53aad8ddda15a25415e9af8f574cd758a8 (diff)
downloadnumpy-bd5f270f1a294af4d8582e4e68dce2f527eb5ff1.tar.gz
DOC Add link to NEP 43 in NEP 41
-rw-r--r--doc/neps/nep-0041-improved-dtype-support.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0041-improved-dtype-support.rst b/doc/neps/nep-0041-improved-dtype-support.rst
index 2fb907073..9f2e14640 100644
--- a/doc/neps/nep-0041-improved-dtype-support.rst
+++ b/doc/neps/nep-0041-improved-dtype-support.rst
@@ -23,7 +23,7 @@ NEP 41 — First step towards a new datatype system
- :ref:`NEP 42 <NEP42>` describes the new design's datatype-related APIs.
- - NEP 43 describes the new design's API for universal functions.
+ - :ref:`NEP 43 <NEP43>` describes the new design's API for universal functions.
Abstract