summaryrefslogtreecommitdiff
path: root/numpy/doc/basics.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/basics.py')
-rw-r--r--numpy/doc/basics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py
index 97e982204..1d0f183e3 100644
--- a/numpy/doc/basics.py
+++ b/numpy/doc/basics.py
@@ -17,7 +17,7 @@ int Platform integer (normally either ``int32`` or ``int64``)
int8 Byte (-128 to 127)
int16 Integer (-32768 to 32767)
int32 Integer (-2147483648 to 2147483647)
-int64 Integer (9223372036854775808 to 9223372036854775807)
+int64 Integer (-9223372036854775808 to 9223372036854775807)
uint8 Unsigned integer (0 to 255)
uint16 Unsigned integer (0 to 65535)
uint32 Unsigned integer (0 to 4294967295)