summaryrefslogtreecommitdiff
path: root/numpy/f2py/setup.py
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-16 11:16:52 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-16 11:16:52 -0500
commit6512040a6506f0fe501e4398b1a6375a80829b40 (patch)
tree5080a338024a8d065d1d6697a9034ce2c99f59bb /numpy/f2py/setup.py
parent5c5a215fa1101479ae9b8d127be32679c9f3f105 (diff)
downloadnumpy-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.py2
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",