summaryrefslogtreecommitdiff
path: root/doc/source/f2py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/f2py')
-rw-r--r--doc/source/f2py/signature-file.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/signature-file.rst b/doc/source/f2py/signature-file.rst
index 090a5eca5..bd926f33c 100644
--- a/doc/source/f2py/signature-file.rst
+++ b/doc/source/f2py/signature-file.rst
@@ -284,7 +284,7 @@ Other statements:
module`` block then the second multiline block is inserted
after the definition of external routines.
- When used inside ``<routine singature>``, then given C code will
+ When used inside ``<routine signature>``, then given C code will
be inserted to the corresponding wrapper function just after
declaring variables but before any C statements. So, ``usercode``
follow-up can contain both declarations and C statements.