summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-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.