From 5b942aa25f470bf75d1a3f578a8415a33a979f7b Mon Sep 17 00:00:00 2001 From: Bas van Beek <43369155+BvB93@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:07:27 +0200 Subject: [PATCH] DOC: Typo fix --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 69cb9ab4..c94dfd97 100644 --- a/conftest.py +++ b/conftest.py @@ -13,7 +13,7 @@ @add_to_class(Cp2kJob) def get_runscript(self) -> str: - """Run a parallel version of CP2K with mpirun or srun, \ + """Run a parallel version of CP2K without mpirun or srun, \ as this can cause issues with some executables. This method is monkey-patched into the PLAMS ``Cp2kJob`` class.