cosmetic changes

This commit is contained in:
Axel Kohlmeyer
2025-01-13 16:01:18 -05:00
parent 62aa803d53
commit be048fc636
3 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ class command_wrapper(object):
This method is where the Python 'magic' happens. If a method is not
defined by the class command_wrapper, it assumes it is a LAMMPS command. It takes
all the arguments, concatinates them to a single string, and executes it using
:py:meth:`lammps.command()`.
:py:meth:`lammps.command`.
Starting with Python 3.6 it also supports keyword arguments. key=value is
transformed into 'key value'. Note, since these have come last in the

View File

@ -17,7 +17,7 @@
################################################################################
class wrapper(object):
"""lammps API IPython Wrapper
""" lammps API IPython Wrapper
This is a wrapper class that provides additional methods on top of an
existing :py:class:`lammps` instance. It provides additional methods