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 `__,