--- a/README Tue Sep 01 11:11:18 2009 -0700
+++ b/README Thu Sep 03 18:36:00 2009 -0700
@@ -101,7 +101,9 @@
`kFRSearch(q, sqRad, k, eps)`
Fixed radius search. Find at most `k` nearest neighbors of the query point
- `q` within radius `sqRad`, with an allowed error of `eps`.
+ `q` within radius `sqRad`, with an allowed error of `eps`. Returns
+ `(idx,dists,k)`; the first two are the same as above, and the last is
+ the number of neighbors found.
`__len__()`
Returns number of points in the `KDTree`.