Skip to content

Commit 3c79d56

Browse files
Merge pull request #2291 from douglatornell/patch-1
Fix typo in documentation_MPI.ipynb
2 parents d343b64 + 38a7eff commit 3c79d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/documentation_MPI.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cell_type": "markdown",
1414
"metadata": {},
1515
"source": [
16-
"Parcels can be run in Parallel with MPI. To do this, you will need to also install the `mpich` and `mpi4py` packages (i.e., `conda install -c conda forge mpich mpi4py`).\n",
16+
"Parcels can be run in Parallel with MPI. To do this, you will need to also install the `mpich` and `mpi4py` packages (i.e., `conda install -c conda-forge mpich mpi4py`).\n",
1717
"\n",
1818
"Note that MPI support is only for Linux and macOS. There is no Windows support.\n"
1919
]

0 commit comments

Comments
 (0)