spelling fix and update false positives

This commit is contained in:
Axel Kohlmeyer
2024-05-25 00:22:38 -04:00
parent 9f0816c3ba
commit fdbaf6feff
2 changed files with 9 additions and 1 deletions

View File

@ -935,7 +935,7 @@ class lammps(object):
# map global atom ID to local atom index
def map_atom(self, id):
"""Map a global atom ID (aka tag) to the local atom indx
"""Map a global atom ID (aka tag) to the local atom index
This is a wrapper around the :cpp:func:`lammps_map_atom`
function of the C-library interface.