diff --git a/python/lammps/pylammps.py b/python/lammps/pylammps.py index b691129e72..a4f2324241 100644 --- a/python/lammps/pylammps.py +++ b/python/lammps/pylammps.py @@ -535,7 +535,7 @@ class PyLammps(object): def append_cmd_history(self, cmd): """ - Commands will be recorded but not execute + Commands will be added to the command history but not executed. Add `run steps` only to the command history, but do not execute the run command. Convenient batch create Lammps script files, use