minor: doc change

This commit is contained in:
Stephen McQuay 2010-10-22 09:21:04 -06:00
parent 91c8a661f4
commit 98d7247497
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class grid(object):
def __init__(self, points, q):
"""
this thing eats two pre-constructed arrays of stuff:
this thing eats two pre-constructed arrays of floats:
points = array of arrays (i will convert to numpy.array)
[[x0,y0], [x1,y1], ...]
q = array (1D) of important values