diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2017-03-17 19:38:28 +0100 |
---|---|---|
committer | Jakub Wilk <jwilk@jwilk.net> | 2017-03-17 19:41:49 +0100 |
commit | 67ba58b146400589fc810dbe40511a6a5e78b850 (patch) | |
tree | a735933b0d1d364b0cfb3c8a844ae90044ed60d2 /doc/HOWTO_RELEASE.rst.txt | |
parent | dc04055d464401ccb21269b1a972466bfbe67fbe (diff) | |
download | numpy-67ba58b146400589fc810dbe40511a6a5e78b850.tar.gz |
DOC: Fix typos
Diffstat (limited to 'doc/HOWTO_RELEASE.rst.txt')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index bad3e22d8..52c8ff56a 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -86,7 +86,7 @@ The same gcc version is used as the one with which Python itself is built on each platform. At the moment this means: * OS X builds on travis currently use `clang`. It appears that binary wheels - for OSX >= 10.6 can be safely built from from the travis-ci OSX 10.9 VMs + for OSX >= 10.6 can be safely built from the travis-ci OSX 10.9 VMs when building against the Python from the Python.org installers; * Windows builds use the MSVC version corresponding to the Python being built against; |