From 98d724749756807aaaf6dea16548b50cc473d222 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Fri, 22 Oct 2010 09:21:04 -0600 Subject: [PATCH] minor: doc change --- lib/grid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grid/__init__.py b/lib/grid/__init__.py index 91d26d0..ebbb249 100644 --- a/lib/grid/__init__.py +++ b/lib/grid/__init__.py @@ -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