From 0982d6e124e0728e227bda735a19c359900fcc4a Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 4 Sep 2006 22:04:31 +0000 Subject: Update ndarray.round docs to match Travis' mods --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 3b130c63b..421e01daf 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -860,7 +860,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray', ('round', Round to the specified number of decimals. When 'decimals' is negative it specifies the number of positions to the left of the decimal point. The real and imaginary parts of complex numbers are rounded separately. Nothing is - done if the array is not of float type. + done if the array is not of float type and 'decimals' is >= 0. The keyword 'out' may be used to specify a different array to hold the result rather than the default 'a'. If the type of the array specified by -- cgit v1.2.1