From 12dd8fa421060aadf7a31452f4a2d403519ac27e Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Fri, 3 Jan 2025 18:34:49 +0200 Subject: [PATCH] DOC: fix the link to the NumPy reference implementation --- docs/source/python_spec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index dde6021..a0bea9a 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -185,7 +185,7 @@ Reference Implementations Several Python libraries have adopted this standard using Python C API, C++, Cython, ctypes, cffi, etc: -* NumPy: `Python C API `__ +* NumPy: `Python C API `__ * CuPy: `Cython `__ * Tensorflow: `C++ `__, `Python wrapper using Python C API `__,