diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2006-03-23 02:19:00 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2006-03-23 02:19:00 +0000 |
commit | 815ac8fe897bbf74c92009f53c30dd0bdbbd9e16 (patch) | |
tree | fba8dede23761c21b563fbe7fd66b08b7e36e73a /numpy/lib/scimath.py | |
parent | 2ee64fdacd5167472d868f8b155e5fbbfc9f00ce (diff) | |
download | numpy-815ac8fe897bbf74c92009f53c30dd0bdbbd9e16.tar.gz |
shorten long comment line
Diffstat (limited to 'numpy/lib/scimath.py')
-rw-r--r-- | numpy/lib/scimath.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py index c33de5ccc..3f1303f7e 100644 --- a/numpy/lib/scimath.py +++ b/numpy/lib/scimath.py @@ -1,6 +1,7 @@ """ Wrapper functions to more user-friendly calling of certain math functions -whose output data-type is different than the input data-type in certain domains of the input. +whose output data-type is different than the input data-type in certain +domains of the input. """ __all__ = ['sqrt', 'log', 'log2', 'logn','log10', 'power', 'arccos', |