diff options
author | Michael James Jamie Schnaitter <mschnait@ist.ucf.edu> | 2018-12-07 14:09:08 -0500 |
---|---|---|
committer | Michael James Jamie Schnaitter <mschnait@ist.ucf.edu> | 2018-12-07 14:09:08 -0500 |
commit | b890daa38f0064e5faa7090e3b295b75125aad70 (patch) | |
tree | 562bbf4e59c666ad5d4843739011e229f08136c2 | |
parent | 22d6157cc28d4fcffb5b171ab0bbaa869e49406b (diff) | |
download | numpy-b890daa38f0064e5faa7090e3b295b75125aad70.tar.gz |
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 |