diff options
author | Loïc Estève <loic.esteve@ymail.com> | 2022-09-06 10:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 10:31:28 +0200 |
commit | 63bec252a76bb13d739de20ae9c4732bfa7c3129 (patch) | |
tree | 5503d3a4e1b42f4a82311e91486caecc11491556 /doc/source/reference | |
parent | 0003671d3db5a36c9a2d2994e350620ce72420cb (diff) | |
download | numpy-63bec252a76bb13d739de20ae9c4732bfa7c3129.tar.gz |
DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)
* Fix typo disutils -> distutils
* Update doc/source/reference/distutils_status_migration.rst
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/distutils_status_migration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/distutils_status_migration.rst b/doc/source/reference/distutils_status_migration.rst index f5f4dbb29..eda4790b5 100644 --- a/doc/source/reference/distutils_status_migration.rst +++ b/doc/source/reference/distutils_status_migration.rst @@ -32,7 +32,7 @@ recommend: If you have modest needs (only simple Cython/C extensions, and perhaps nested ``setup.py`` files) and have been happy with ``numpy.distutils`` so far, you can also consider switching to ``setuptools``. Note that most functionality of -``numpy.disutils`` is unlikely to be ported to ``setuptools``. +``numpy.distutils`` is unlikely to be ported to ``setuptools``. Moving to Meson @@ -111,8 +111,8 @@ For more details, see the .. _numpy-setuptools-interaction: -Interaction of ``numpy.disutils`` with ``setuptools`` ------------------------------------------------------ +Interaction of ``numpy.distutils`` with ``setuptools`` +------------------------------------------------------ It is recommended to use ``setuptools < 60.0``. Newer versions may work, but are not guaranteed to. The reason for this is that ``setuptools`` 60.0 enabled |