From fe08a916cf275ecd21c1b32b22aa3b8d2ca36b33 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Tue, 18 Jan 2011 20:14:07 -0800 Subject: ENH: iter: Switch the iterator to use PyArray_ResultType --- numpy/add_newdocs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/add_newdocs.py') diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 0f58f66a2..db84046cb 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -1275,8 +1275,8 @@ add_newdoc('numpy.core.multiarray', 'min_scalar_type', min_scalar_type(a) For scalar ``a``, returns the data type with the smallest size - and smallest scalar kind which can hold its value. For vector ``a``, - returns the vector's dtype unmodified. + and smallest scalar kind which can hold its value. For non-scalar + array ``a``, returns the vector's dtype unmodified. As a special case, floating point values are not reduced to integers. -- cgit v1.2.1