whitespace

This commit is contained in:
Axel Kohlmeyer
2024-04-14 21:11:03 -04:00
parent f6992c0d34
commit e4a7b193aa

View File

@ -536,7 +536,7 @@ class PyLammps(object):
def append_cmd_history(self, cmd):
"""
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
conveniently create Lammps input files, using
:py:meth:`PyLammps.write_script()`.