summaryrefslogtreecommitdiff
path: root/doc/source/f2py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
commitef5684564e3074daf614846f30bfdd7f15f5254f (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /doc/source/f2py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
downloadnumpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz
ENH: Spelling fixes
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.