We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d880dce commit 345c9d9Copy full SHA for 345c9d9
numpy/f2py/crackfortran.py
@@ -2609,8 +2609,8 @@ def analyzevars(block):
2609
# not defined in block['vars']. Here we assume
2610
# these correspond to Fortran/C intrinsic
2611
# functions or that are defined by other
2612
- # means. We'll let the compiler to validate
2613
- # the definiteness of such symbols.
+ # means. We'll let the compiler validate the
+ # definiteness of such symbols.
2614
dimension_exprs[d] = solver_and_deps
2615
vars[n]['dimension'].append(d)
2616
0 commit comments