From cd605d46bca9d81e199585cd714d857d49d910cd Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Fri, 16 Oct 2020 18:04:48 -0400 Subject: [PATCH] Add missing code-block language --- doc/src/Python_launch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Python_launch.rst b/doc/src/Python_launch.rst index 02963c945e..500a107977 100644 --- a/doc/src/Python_launch.rst +++ b/doc/src/Python_launch.rst @@ -56,7 +56,7 @@ and you should see the same output as if you had typed Note that without the mpi4py specific lines from ``test.py`` -.. code-block:: +.. code-block:: Python from lammps import lammps lmp = lammps()