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

@ -1,5 +1,5 @@
Compute, fixes, variables Computes, fixes, variables
========================= ==========================
This section documents accessing or modifying data stored by computes, This section documents accessing or modifying data stored by computes,
fixes, or variables in LAMMPS using the following functions: fixes, or variables in LAMMPS using the following functions:

View File

@ -103,7 +103,7 @@ class command_wrapper(object):
This method is where the Python 'magic' happens. If a method is not 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 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 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 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 transformed into 'key value'. Note, since these have come last in the

View File

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