summaryrefslogtreecommitdiff
path: root/numpy/lib/machar.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/machar.py')
-rw-r--r--numpy/lib/machar.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/numpy/lib/machar.py b/numpy/lib/machar.py
index 22560e598..4c2282454 100644
--- a/numpy/lib/machar.py
+++ b/numpy/lib/machar.py
@@ -1,9 +1,9 @@
-#
-# Machine arithmetics - determine the parameters of the
-# floating-point arithmetic system
-#
+"""
+Machine arithmetics - determine the parameters of the
+floating-point arithmetic system
+"""
# Author: Pearu Peterson, September 2003
-#
+
__all__ = ['MachAr']