summaryrefslogtreecommitdiff
path: root/numpy/lib/machar.py
diff options
context:
space:
mode:
authorTim Leslie <tim.leslie@gmail.com>2006-03-23 02:13:46 +0000
committerTim Leslie <tim.leslie@gmail.com>2006-03-23 02:13:46 +0000
commit4867af4f63044bbc487c8510b990dfa65c9531e0 (patch)
tree506e352c99612e96f65021c6fb510af2a027412a /numpy/lib/machar.py
parent56ae0d3d843e2e6f8548cde972c2b84446e84071 (diff)
downloadnumpy-4867af4f63044bbc487c8510b990dfa65c9531e0.tar.gz
change header comments into docstrings
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']