diff options
author | MalikIdreesHasanKhan <77000356+MalikIdreesHasanKhan@users.noreply.github.com> | 2021-10-01 14:21:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 11:51:27 +0300 |
commit | c4b0b9d898ff958dcaa422e9fc6d554eafb284d5 (patch) | |
tree | 2e07a576254b82f5251d5330b895ba88bf606d0a /numpy/f2py/crackfortran.py | |
parent | 524cb10a35a3d16a4e196bad105db2acc4eb33ca (diff) | |
download | numpy-c4b0b9d898ff958dcaa422e9fc6d554eafb284d5.tar.gz |
DOC: Fix typos in the random and f2py documentation. (#20004)
* Fix typos
Diffstat (limited to 'numpy/f2py/crackfortran.py')
-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 c68aba5c8..661806645 100755 --- a/numpy/f2py/crackfortran.py +++ b/numpy/f2py/crackfortran.py @@ -2671,7 +2671,7 @@ def analyzevars(block): init = init.tostring( language=symbolic.Language.C) vars[v]['='] = init - # n needs to be initialzed before v. So, + # n needs to be initialized before v. So, # making v dependent on n and on any # variables in solver or d. vars[v]['depend'] = [n] + deps |