diff options
author | Pauli Virtanen <pav@iki.fi> | 2014-01-02 23:25:19 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2014-01-02 23:25:19 +0200 |
commit | 31f50a81974319a470cd6e913ef914f3e54f2390 (patch) | |
tree | 565f1be19df1850be3d60fdac88d4d64c0799e33 /doc/source/f2py/python-usage.rst | |
parent | def9fda423c0dafc3720870f3d83a0f02d5ac2c2 (diff) | |
download | numpy-31f50a81974319a470cd6e913ef914f3e54f2390.tar.gz |
DOC: f2py: minor fixups
Diffstat (limited to 'doc/source/f2py/python-usage.rst')
-rw-r--r-- | doc/source/f2py/python-usage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/f2py/python-usage.rst b/doc/source/f2py/python-usage.rst index 809634b40..179df54d8 100644 --- a/doc/source/f2py/python-usage.rst +++ b/doc/source/f2py/python-usage.rst @@ -2,8 +2,8 @@ Using F2PY bindings in Python ================================== -All wrappers (to Fortran/C routines or to common blocks or to Fortran -90 module data) generated by F2PY are exposed to Python as ``fortran`` +All wrappers for Fortran/C routines, common blocks, or for Fortran +90 module data generated by F2PY are exposed to Python as ``fortran`` type objects. Routine wrappers are callable ``fortran`` type objects while wrappers to Fortran data have attributes referring to data objects. |