From bad5fcc9c4791b3dcfcb19f044cbb9106ba0d1af Mon Sep 17 00:00:00 2001 From: yuh Date: Mon, 15 Apr 2024 09:00:05 +0800 Subject: [PATCH] doc: 2 py:meth:PyLammps.append_cmd_history() Co-authored-by: Axel Kohlmeyer --- python/lammps/pylammps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps/pylammps.py b/python/lammps/pylammps.py index a4f2324241..e042cd3d56 100644 --- a/python/lammps/pylammps.py +++ b/python/lammps/pylammps.py @@ -537,7 +537,7 @@ class PyLammps(object): """ 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. + Add `commands` only to the command history, but do not execute them, so that you can Convenient batch create Lammps script files, use :py:meth:`PyLammps.write_script()`. """