summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCenny Wenner <cwenner@gmail.com>2018-06-09 21:01:17 +0200
committerCenny Wenner <cwenner@gmail.com>2018-06-09 22:19:30 +0200
commitdf618d5a5320917c642b40d0bc94c51cb08a6812 (patch)
tree2316158b2011a3942ecff2a91636b15a8cf5b3dc
parent0c34d3d4674caac3831dd86f202299661bf348f7 (diff)
downloadnumpy-df618d5a5320917c642b40d0bc94c51cb08a6812.tar.gz
DOC: correct kind for numericaltype code doc
Code documentation of numpy scalar types indicated the wrong type (number) for the kind 'i'. This edit moves the indication to the right type (unsignedinteger).
-rw-r--r--numpy/core/numerictypes.py4
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