diff options
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/numerictypes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py index aa91ecb44..8ce3aba69 100644 --- a/numpy/core/numerictypes.py +++ b/numpy/core/numerictypes.py @@ -41,9 +41,9 @@ Exported symbols include: generic +-> bool_ (kind=b) - +-> number (kind=i) + +-> number | integer - | signedinteger (intxx) + | signedinteger (intxx) (kind=i) | byte | short | intc |