diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index ad20ed0..18d9483 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -185,14 +185,14 @@ 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 `__, - `XLA `__ + `XLA `__ * PyTorch: `C++ `__, `Python wrapper using Python C API `__ * MXNet: `ctypes `__ * TVM: `ctypes `__, `Cython `__ -* mpi4py: `Cython `_ +* mpi4py: `Cython `_