From f6992c0d3499f32e5711f6db7e22e3f6ea50916d Mon Sep 17 00:00:00 2001 From: yuh Date: Mon, 15 Apr 2024 09:00:24 +0800 Subject: [PATCH] doc: 3 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 e042cd3d56..03cdbecbe2 100644 --- a/python/lammps/pylammps.py +++ b/python/lammps/pylammps.py @@ -538,7 +538,7 @@ class PyLammps(object): Commands will be added to the command history but not executed. Add `commands` only to the command history, but do not execute them, so that you can - Convenient batch create Lammps script files, use + conveniently create Lammps input files, using :py:meth:`PyLammps.write_script()`. """ self._cmd_history.append(cmd)