diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-12-07 12:17:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 12:17:11 -0800 |
commit | f07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (patch) | |
tree | 591c0ef28eab77ea9b2730de867977a1938f9368 | |
parent | 500035617f02202d616ad1cf047c111f2c2efcb4 (diff) | |
parent | b890daa38f0064e5faa7090e3b295b75125aad70 (diff) | |
download | numpy-f07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87.tar.gz |
Merge pull request #12501 from schnaitterm/master
MAINT: removed word/typo from comment in site.cfg.example
-rw-r--r-- | site.cfg.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site.cfg.example b/site.cfg.example index 48b17fbdf..9d7eb99ec 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -210,7 +210,7 @@ # FFT libraries # ------------- # There are two FFT libraries that we can configure here: FFTW (2 and 3) and djbfft. -# Note that these libraries are not used by for numpy or scipy. +# Note that these libraries are not used by numpy or scipy. # # http://fftw.org/ # https://cr.yp.to/djbfft.html |