summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorManny <toflyfora@gmail.com>2019-10-28 01:20:53 -0400
committerGitHub <noreply@github.com>2019-10-28 01:20:53 -0400
commit65947f1c1031e60e7e1bf2f7bade1c9d35faa814 (patch)
tree650a2de75fff6edf7311693c4d6a973b01dc5253 /doc
parentd0ce0b3045baefa8fe48641d0c34fd7461165c2c (diff)
downloadnumpy-65947f1c1031e60e7e1bf2f7bade1c9d35faa814.tar.gz
Minor typo fix
requies -> requires
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/14771.improvement.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/14771.improvement.rst b/doc/release/upcoming_changes/14771.improvement.rst
index 0465614ab..aaea8f8ed 100644
--- a/doc/release/upcoming_changes/14771.improvement.rst
+++ b/doc/release/upcoming_changes/14771.improvement.rst
@@ -1,5 +1,5 @@
``std=c99`` added if compiler is named ``gcc``
----------------------------------------------
-GCC before version 5 requies the ``-std=c99`` command line argument. Newer
+GCC before version 5 requires the ``-std=c99`` command line argument. Newer
compilers automatically turn on C99 mode. The compiler setup code will
automatically add the code if the compiler name has ``gcc`` in it.