summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMelissa Weber Mendonça <melissawm@gmail.com>2021-11-19 17:13:05 -0300
committerGitHub <noreply@github.com>2021-11-19 17:13:05 -0300
commitd1e711fcb0d8132d607698889db6de6c3adedd8d (patch)
tree152d68eac53c744af3650fa5d9863d11642be4af /numpy
parent46ec71f6bc74a0a248036b305fade5562e396c52 (diff)
parent1b702b46edd70ab87327aefaf5f61d45f25a8b8b (diff)
downloadnumpy-d1e711fcb0d8132d607698889db6de6c3adedd8d.tar.gz
Merge pull request #20413 from rgommers/f2py-include-doc
Diffstat (limited to 'numpy')
-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