summaryrefslogtreecommitdiff
path: root/doc/source/f2py/python-usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/f2py/python-usage.rst')
-rw-r--r--doc/source/f2py/python-usage.rst4
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.