From a36ce17c317f8f56f44242714e33b16b37e051ea Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Fri, 2 Feb 2007 00:55:40 +0000 Subject: Fix a comment string. --- numpy/lib/utils.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'numpy/lib/utils.py') diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index ce2c0a593..ca9ae28aa 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -121,9 +121,6 @@ def memory_bounds(a): nd_a = len(ashape) bytes_a = int(ai['typestr'][2:]) - # a_low points to first element of array - # a_high points to last element of the array - a_low = a_high = a_data if astrides is None: # contiguous case a_high += product(ashape, dtype=int)*bytes_a -- cgit v1.2.1