diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-16 11:16:52 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-16 11:16:52 -0500 |
commit | 6512040a6506f0fe501e4398b1a6375a80829b40 (patch) | |
tree | 5080a338024a8d065d1d6697a9034ce2c99f59bb /numpy/f2py/setup.py | |
parent | 5c5a215fa1101479ae9b8d127be32679c9f3f105 (diff) | |
download | numpy-6512040a6506f0fe501e4398b1a6375a80829b40.tar.gz |
Misc. typos
Found via `codespell -q 3 -I ../numpy-whitelist.txt`
Whitelist consists of:
```
amin
ans
behaviour
cancellation
dum
initialise
ith
nd
ot
splitted
writeable
```
.
Diffstat (limited to 'numpy/f2py/setup.py')
-rw-r--r-- | numpy/f2py/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py index 3204129ec..73cb3b8bf 100644 --- a/numpy/f2py/setup.py +++ b/numpy/f2py/setup.py @@ -99,7 +99,7 @@ if __name__ == "__main__": 'Topic :: Software Development :: Code Generators', ] setup(version=version, - description="F2PY - Fortran to Python Interface Generaton", + description="F2PY - Fortran to Python Interface Generator", author="Pearu Peterson", author_email="pearu@cens.ioc.ee", maintainer="Pearu Peterson", |