diff options
author | yuki <drsuaimqjgar@gmail.com> | 2023-04-22 15:27:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 23:27:25 -0700 |
commit | 988381eabf7456eba0017e6bfe7e1f5566d91b94 (patch) | |
tree | c26de678e79e3ef6ffd7bd997a2f0e5764be3c8e /doc/source/reference | |
parent | 5a49413a6350e957dd35d68edd543a87a9deb1e4 (diff) | |
download | numpy-988381eabf7456eba0017e6bfe7e1f5566d91b94.tar.gz |
DOC: Fix incorrectly formatted roles in c-api document (#23639)
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst index 95aa6dd17..cff1b3d38 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -973,7 +973,7 @@ PyUFunc_Type and PyUFuncObject Some fallback support for this slot exists, but will be removed eventually. A universal function that relied on this will have to be ported eventually. - See ref:`NEP 41 <NEP41>` and ref:`NEP 43 <NEP43>` + See :ref:`NEP 41 <NEP41>` and :ref:`NEP 43 <NEP43>` .. c:member:: void *reserved2 |