summaryrefslogtreecommitdiff
path: root/scipy/base/getlimits.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy/base/getlimits.py')
-rw-r--r--scipy/base/getlimits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/base/getlimits.py b/scipy/base/getlimits.py
index aeea5f191..a4f8d5369 100644
--- a/scipy/base/getlimits.py
+++ b/scipy/base/getlimits.py
@@ -106,7 +106,7 @@ maxexp=%(maxexp)6s max= %(_str_max)s
nexp =%(nexp)6s min= -max
---------------------------------------------------------------------
''' % self.__dict__
-
+
if __name__ == '__main__':
f = finfo(numeric.single)
print 'single epsilon:',f.eps