diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-10-31 20:14:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 20:14:33 +0100 |
commit | 0044e2bf844156b7fd7248d7934de5c21302c5be (patch) | |
tree | 645a6c0f92c03be2117ef74c3052061adc15f134 | |
parent | 53beb7b0244425111196085a1342c0787b451e76 (diff) | |
parent | 4f78b7dff48fa1317ef601a42f7860f80fd9c076 (diff) | |
download | numpy-0044e2bf844156b7fd7248d7934de5c21302c5be.tar.gz |
Merge pull request #22505 from nathanrooy/patch-1
DOC: fixed minor typo in f2py docs
-rw-r--r-- | doc/source/f2py/buildtools/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/buildtools/index.rst b/doc/source/f2py/buildtools/index.rst index 48ff927df..d3bfd93a5 100644 --- a/doc/source/f2py/buildtools/index.rst +++ b/doc/source/f2py/buildtools/index.rst @@ -10,7 +10,7 @@ with ``f2py``. .. note:: **As of November 2021** - The default build system for ``F2PY`` has traditionally been the through the + The default build system for ``F2PY`` has traditionally been through the enhanced ``numpy.distutils`` module. This module is based on ``distutils`` which will be removed in ``Python 3.12.0`` in **October 2023**; ``setuptools`` does not have support for Fortran or ``F2PY`` and it is unclear if it will be supported |