Fix whitespace

This commit is contained in:
Richard Berger
2020-09-18 17:56:12 -04:00
parent 3c3b76a781
commit 33a2857b33
2 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ class lammps(object):
function of the C-library interface. Its documentation includes a
list of the supported keywords and their data types.
Since Python needs to know the data type to be able to interpret
the result, by default, this function will try to auto-detect the data
the result, by default, this function will try to auto-detect the data
type by asking the library. You can also force a specific data type.
For that purpose the :py:mod:`lammps` module contains the constants
``LAMMPS_INT``, ``LAMMPS_INT_2D``, ``LAMMPS_DOUBLE``,