diff --git a/docs/source/python_spec.rst b/docs/source/python_spec.rst index a0bea9a..7a7cefd 100644 --- a/docs/source/python_spec.rst +++ b/docs/source/python_spec.rst @@ -189,11 +189,11 @@ ctypes, cffi, etc: * 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 `_ * Paddle: `C++ `__, `Python wrapper using Python C API `__