summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-06-18 13:28:55 +0300
committerGitHub <noreply@github.com>2020-06-18 13:28:55 +0300
commit3bc7dce8b8e1fd54d66467c37751706338df561a (patch)
treec1ee1965dbae8ca81065a73831664c88fcefbfe8
parent83aaaa4f513a9a87813a8021686c902109ca7ef9 (diff)
downloadnumpy-3bc7dce8b8e1fd54d66467c37751706338df561a.tar.gz
Update numpy/distutils/ccompiler_opt.py
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
-rw-r--r--numpy/distutils/ccompiler_opt.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/distutils/ccompiler_opt.py b/numpy/distutils/ccompiler_opt.py
index 9fc558416..edf6c1ba0 100644
--- a/numpy/distutils/ccompiler_opt.py
+++ b/numpy/distutils/ccompiler_opt.py
@@ -1228,10 +1228,10 @@ class _Feature:
Parameters
----------
- 'names': str(single feature) or sequence
- CPU feature names in uppercase.
+ names: str or sequence of str
+ CPU feature name(s) in uppercase.
- 'keep_origins': bool
+ keep_origins: bool
if False(default) then the returned set will not contain any
features from 'names'. This case happens only when two features
imply each other.