summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/crackfortran.py')
-rwxr-xr-xnumpy/f2py/crackfortran.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/crackfortran.py b/numpy/f2py/crackfortran.py
index 9f8c8962a..a51eb5d38 100755
--- a/numpy/f2py/crackfortran.py
+++ b/numpy/f2py/crackfortran.py
@@ -635,7 +635,7 @@ def crackline(line, reset=0):
"""
reset=-1 --- initialize
reset=0 --- crack the line
- reset=1 --- final check if mismatch of blocks occured
+ reset=1 --- final check if mismatch of blocks occurred
Cracked data is saved in grouplist[0].
"""