fix doc typo
authorPaul Kienzle <pkienzle@nist.gov>
Mon, 17 Oct 2011 18:47:34 +0000 (14:47 -0400)
committerPaul Kienzle <pkienzle@nist.gov>
Mon, 17 Oct 2011 18:47:34 +0000 (14:47 -0400)
README.rst

index 7372e4fb37d5f334d614f6db3c6001bd2623fe45..8dfe6d4a05031b4b3f7b9dc456e17b83d1f0bf40 100644 (file)
@@ -23,7 +23,7 @@ Change History
 
 0.9  2011-10-14  Merlijn van Deen
 
-* access access to data object using f.name in addition to f['name'] and f[i]
+* access to data object using f.name in addition to f['name'] and f[i]
 * allow a data object to be used directly as an array, e.g., numpy.sum(f.name)
 * better unicode handling