diff options
Diffstat (limited to 'doc/source/f2py/signature-file.rst')
-rw-r--r-- | doc/source/f2py/signature-file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/signature-file.rst b/doc/source/f2py/signature-file.rst index 8e5a9710c..3a163ee23 100644 --- a/doc/source/f2py/signature-file.rst +++ b/doc/source/f2py/signature-file.rst @@ -14,7 +14,7 @@ Signature files may contain arbitrary Fortran code (so that Fortran codes can be considered as signature files). F2PY silently ignores Fortran constructs that are irrelevant for creating the interface. However, this includes also syntax errors. So, be careful not making -ones;-). +ones ;-). In general, the contents of signature files is case-sensitive. When scanning Fortran codes and writing a signature file, F2PY lowers all |