summaryrefslogtreecommitdiff
path: root/doc/source/release/1.18.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/release/1.18.0-notes.rst')
-rw-r--r--doc/source/release/1.18.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index d59f985cd..15e0ad77f 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -195,7 +195,7 @@ adjustment to user- facing code. Specifically, code that either disallowed the
calls to ``numpy.isinf`` or ``numpy.isnan`` or checked that they raised an
exception will require adaptation, and code that mistakenly called
``numpy.fmax`` and ``numpy.fmin`` instead of ``numpy.maximum`` or
-``numpy.minimum`` respectively will requre adjustment. This also affects
+``numpy.minimum`` respectively will require adjustment. This also affects
``numpy.nanmax`` and ``numpy.nanmin``.
(`gh-14841 <https://github.com/numpy/numpy/pull/14841>`__)