summaryrefslogtreecommitdiff
path: root/numpy/lib/getlimits.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/getlimits.py')
-rw-r--r--numpy/lib/getlimits.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/lib/getlimits.py b/numpy/lib/getlimits.py
index 4c432c0e4..bc5fbbf5e 100644
--- a/numpy/lib/getlimits.py
+++ b/numpy/lib/getlimits.py
@@ -22,6 +22,8 @@ _convert_to_float = {
class finfo(object):
"""
+ finfo(dtype)
+
Machine limits for floating point types.
Attributes
@@ -170,6 +172,8 @@ nexp =%(nexp)6s min= -max
class iinfo:
"""
+ iinfo(type)
+
Machine limits for integer types.
Attributes