From 815ac8fe897bbf74c92009f53c30dd0bdbbd9e16 Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Thu, 23 Mar 2006 02:19:00 +0000 Subject: shorten long comment line --- numpy/lib/scimath.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/lib/scimath.py') 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', -- cgit v1.2.1