projects
/
igor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72bc076
)
fix doc typo
author
Paul Kienzle
<pkienzle@nist.gov>
Mon, 17 Oct 2011 18:47:34 +0000
(14:47 -0400)
committer
Paul Kienzle
<pkienzle@nist.gov>
Mon, 17 Oct 2011 18:47:34 +0000
(14:47 -0400)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 7372e4fb37d5f334d614f6db3c6001bd2623fe45..8dfe6d4a05031b4b3f7b9dc456e17b83d1f0bf40 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-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