diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2006-03-23 02:13:46 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2006-03-23 02:13:46 +0000 |
commit | 4867af4f63044bbc487c8510b990dfa65c9531e0 (patch) | |
tree | 506e352c99612e96f65021c6fb510af2a027412a /numpy/lib/machar.py | |
parent | 56ae0d3d843e2e6f8548cde972c2b84446e84071 (diff) | |
download | numpy-4867af4f63044bbc487c8510b990dfa65c9531e0.tar.gz |
change header comments into docstrings
Diffstat (limited to 'numpy/lib/machar.py')
-rw-r--r-- | numpy/lib/machar.py | 10 |
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'] |