diff --git a/docs/source-fabric/guide/multi_node/other.rst b/docs/source-fabric/guide/multi_node/other.rst index 6bddf04f1aeff..e730b0edd7c67 100644 --- a/docs/source-fabric/guide/multi_node/other.rst +++ b/docs/source-fabric/guide/multi_node/other.rst @@ -20,7 +20,7 @@ MPI *** `MPI (Message Passing Interface) `_ is a communication system for parallel computing. -There are many implementations available, the most popular among them are `OpenMPI `_ and `MPICH `_. +There are many implementations available, the most popular among them are `OpenMPI `_ and `MPICH `_. To support all these, Lightning relies on the `mpi4py package `_: .. code-block:: bash