From 1b702b46edd70ab87327aefaf5f61d45f25a8b8b Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Fri, 19 Nov 2021 20:16:32 +0100 Subject: DOC: correct the versionadded number for `f2py.get_include` This feature was backported to 1.21.1 in gh-19348 [ci skip] --- numpy/f2py/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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 -- cgit v1.2.1