Unverified Commit 31c91a89 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 2e1b4498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ LAMMPS Python APIs
The LAMMPS Python module enables calling the LAMMPS C library API from
Python by dynamically loading functions in the LAMMPS shared library through
the `Python ctypes module <https://docs.python.org/3/library/ctypes.html>`_.
Because of the dynamics loading, it is **required** that LAMMPS is compiled
Because of the dynamic loading, it is **required** that LAMMPS is compiled
in :ref:`"shared" mode <exe>`.  The Python interface is object oriented, but
otherwise trying to be very similar to the C library API.  Three different
Python classes to run LAMMPS are available and they build on each other.