correctly spell "through"

This commit is contained in:
Axel Kohlmeyer
2019-01-24 10:28:35 -05:00
parent 4464f62c8f
commit 82905dc62d
38 changed files with 44 additions and 44 deletions

View File

@ -32,7 +32,7 @@ first importing from the lammps.py file:
>>> from ctypes import CDLL
>>> CDLL("liblammps.so") :pre
If an error occurs, carefully go thru the steps on the
If an error occurs, carefully go through the steps on the
"Build_basics"_Build_basics.html doc page about building a shared
library and the "Python_install"_Python_install.html doc page about
insuring Python can find the necessary two files it needs.