diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-03-08 18:21:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 18:21:51 -0600 |
commit | 105e175a7708a05886d06a24ed2b60bdd6cf329c (patch) | |
tree | cab39142c2240e00df396354708f48ca0ef457ac /numpy/f2py/f90mod_rules.py | |
parent | 24192935730d6dbb24e3d11b7f40f309b786c0ad (diff) | |
parent | 738d9852f84946afa4b1821e12aaf570e6cce07d (diff) | |
download | numpy-105e175a7708a05886d06a24ed2b60bdd6cf329c.tar.gz |
Merge pull request #15706 from melissawm/f2py-typos-fix
MAINT: Fixing typos in f2py comments and code.
Diffstat (limited to 'numpy/f2py/f90mod_rules.py')
-rw-r--r-- | numpy/f2py/f90mod_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f90mod_rules.py b/numpy/f2py/f90mod_rules.py index ddacc35d8..e7d3ddf47 100644 --- a/numpy/f2py/f90mod_rules.py +++ b/numpy/f2py/f90mod_rules.py @@ -23,7 +23,7 @@ from . import capi_maps from . import func2subr from .crackfortran import undo_rmbadname, undo_rmbadname1 -# The eviroment provided by auxfuncs.py is needed for some calls to eval. +# The environment provided by auxfuncs.py is needed for some calls to eval. # As the needed functions cannot be determined by static inspection of the # code, it is safest to use import * pending a major refactoring of f2py. from .auxfuncs import * |