summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorLoïc Estève <loic.esteve@ymail.com>2022-09-06 10:31:28 +0200
committerGitHub <noreply@github.com>2022-09-06 10:31:28 +0200
commit63bec252a76bb13d739de20ae9c4732bfa7c3129 (patch)
tree5503d3a4e1b42f4a82311e91486caecc11491556 /doc/source/reference
parent0003671d3db5a36c9a2d2994e350620ce72420cb (diff)
downloadnumpy-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.rst6
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