diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-29 13:22:42 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-29 13:30:10 -0800 |
commit | 99977a530076433b3f8399453228518e526fd67c (patch) | |
tree | 1c9df428334276b7ea142606469d61f6d4c64371 /numpy | |
parent | 39164ac187520a36d1afab0813dc3f5f5d4f8a0e (diff) | |
download | numpy-99977a530076433b3f8399453228518e526fd67c.tar.gz |
MAINT: Change `call_fortran` into `callfortran` in comments.
It was committed mistakenly in #7134. `callfortran` is used a lot really.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/f2py/rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/rules.py b/numpy/f2py/rules.py index 37cc76ec2..6a1f5ae6e 100644 --- a/numpy/f2py/rules.py +++ b/numpy/f2py/rules.py @@ -15,7 +15,7 @@ wrapper_function(args) get_b_from_python if (successful) { - call_fortran + callfortran if (successful) { put_a_to_python |