summaryrefslogtreecommitdiff
path: root/doc/source/f2py/python-usage.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2020-07-01 11:35:06 +0200
committerJakub Wilk <jwilk@jwilk.net>2020-07-01 11:35:06 +0200
commit8db1f584014d274f4c69e64cec7745b336cb39a7 (patch)
tree90d94280ce2d99cb3eb7a0b0832a04fba18debc8 /doc/source/f2py/python-usage.rst
parent99010006fabea949d13aae8caea10abf97cbaed9 (diff)
downloadnumpy-8db1f584014d274f4c69e64cec7745b336cb39a7.tar.gz
DOC: fix typo
Diffstat (limited to 'doc/source/f2py/python-usage.rst')
-rw-r--r--doc/source/f2py/python-usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/python-usage.rst b/doc/source/f2py/python-usage.rst
index a7f2b3d86..65c0cec64 100644
--- a/doc/source/f2py/python-usage.rst
+++ b/doc/source/f2py/python-usage.rst
@@ -71,7 +71,7 @@ Exceptions are NumPy arrays that must have type code ``'c'`` or
A string can have arbitrary length when using it as a string argument
to F2PY generated wrapper function. If the length is greater than
-expected, the string is truncated. If the length is smaller that
+expected, the string is truncated. If the length is smaller than
expected, additional memory is allocated and filled with ``\0``.
Because Python strings are immutable, an ``intent(inout)`` argument