summaryrefslogtreecommitdiff
path: root/doc/source/release/1.20.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/release/1.20.0-notes.rst')
-rw-r--r--doc/source/release/1.20.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/release/1.20.0-notes.rst b/doc/source/release/1.20.0-notes.rst
index b8b7a0c79..494e4f19e 100644
--- a/doc/source/release/1.20.0-notes.rst
+++ b/doc/source/release/1.20.0-notes.rst
@@ -842,7 +842,7 @@ The compiler command selection for Fortran Portland Group Compiler is changed
in `numpy.distutils.fcompiler`. This only affects the linking command. This
forces the use of the executable provided by the command line option (if
provided) instead of the pgfortran executable. If no executable is provided to
-the command line option it defaults to the pgf90 executable, wich is an alias
+the command line option it defaults to the pgf90 executable, which is an alias
for pgfortran according to the PGI documentation.
(`gh-16730 <https://github.com/numpy/numpy/pull/16730>`__)