summaryrefslogtreecommitdiff
path: root/numpy/f2py/__init__.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2021-11-19 20:16:32 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2021-11-19 20:16:32 +0100
commit1b702b46edd70ab87327aefaf5f61d45f25a8b8b (patch)
tree152d68eac53c744af3650fa5d9863d11642be4af /numpy/f2py/__init__.py
parent46ec71f6bc74a0a248036b305fade5562e396c52 (diff)
downloadnumpy-1b702b46edd70ab87327aefaf5f61d45f25a8b8b.tar.gz
DOC: correct the versionadded number for `f2py.get_include`
This feature was backported to 1.21.1 in gh-19348 [ci skip]
Diffstat (limited to 'numpy/f2py/__init__.py')
-rw-r--r--numpy/f2py/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/__init__.py b/numpy/f2py/__init__.py
index f147f1b97..b1cb74fae 100644
--- a/numpy/f2py/__init__.py
+++ b/numpy/f2py/__init__.py
@@ -145,7 +145,7 @@ def get_include():
Notes
-----
- .. versionadded:: 1.22.0
+ .. versionadded:: 1.21.1
Unless the build system you are using has specific support for f2py,
building a Python extension using a ``.pyf`` signature file is a two-step