diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-05 11:40:29 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-05 11:40:29 -0700 |
commit | ec81426e03add5bc869d03562a35f95c8a8f056e (patch) | |
tree | b8fcdefdfd8cdc401b501eb1b7c121b99a151682 | |
parent | a0ef063d2f14e1bc3f92e63930b357a8aaf412a8 (diff) | |
parent | d03cd894d4cde9523e739b96df9747d42514d443 (diff) | |
download | numpy-ec81426e03add5bc869d03562a35f95c8a8f056e.tar.gz |
Merge pull request #3576 from mspacek/patch-3
MAINT: fix typo in npy-format.txt
-rw-r--r-- | doc/neps/npy-format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/npy-format.txt b/doc/neps/npy-format.txt index a60dc2e00..98a0c1aaf 100644 --- a/doc/neps/npy-format.txt +++ b/doc/neps/npy-format.txt @@ -108,7 +108,7 @@ Requirements - Be reverse engineered. Datasets often live longer than the programs that created them. A competent developer should be - able create a solution in his preferred programming language to + able to create a solution in his preferred programming language to read most NPY files that he has been given without much documentation. |