From 80685b44961683cc445b8f6a52825578a7bfbd16 Mon Sep 17 00:00:00 2001 From: Bryan Herman <63422190+bryanherman@users.noreply.github.com> Date: Fri, 12 Mar 2021 07:12:56 -0500 Subject: [PATCH] Update docs/source/usersguide/install.rst fixed grammar Co-authored-by: Paul Romano --- docs/source/usersguide/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 0c03391d51..a0d12976fb 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -236,7 +236,7 @@ To build a parallel version of py-openmc that links against a parallel version o .. note:: - If py-openmc is given the +mpi variant, it is automatically passed to openmc, no need to specify explicitly. + If py-openmc is given the +mpi variant, it is automatically passed to openmc so there is no need to specify it explicitly. .. tip::