diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-12 20:12:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 20:12:35 -0700 |
commit | 813a0c11186ded0b5caeb853fd2b22fb9addd511 (patch) | |
tree | 48544dd4971593a63098a105ae26e59c8482129f /numpy/f2py | |
parent | f98c60a035b007680fe811eeed3b6326961ccff5 (diff) | |
parent | 76b1ba156e792187f133db8e8bdd968a3fdbe5be (diff) | |
download | numpy-813a0c11186ded0b5caeb853fd2b22fb9addd511.tar.gz |
Merge pull request #20784 from DimitriPapadopoulos/codespell
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'numpy/f2py')
-rwxr-xr-x | numpy/f2py/crackfortran.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py index 10b210d14..aacd2c676 100755 --- a/numpy/f2py/crackfortran.py +++ b/numpy/f2py/crackfortran.py @@ -2686,7 +2686,7 @@ def analyzevars(block): # Skip a variable that # - n depends on # - has user-defined initialization expression - # - has user-defined dependecies + # - has user-defined dependencies continue if solver is not None: # v can be solved from d, hence, we |