diff options
author | Martin Spacek <git@mspacek.mm.st> | 2013-08-05 11:16:35 -0700 |
---|---|---|
committer | Martin Spacek <git@mspacek.mm.st> | 2013-08-05 11:16:35 -0700 |
commit | d03cd894d4cde9523e739b96df9747d42514d443 (patch) | |
tree | b8fcdefdfd8cdc401b501eb1b7c121b99a151682 /doc | |
parent | a0ef063d2f14e1bc3f92e63930b357a8aaf412a8 (diff) | |
download | numpy-d03cd894d4cde9523e739b96df9747d42514d443.tar.gz |
MAINT: fix typo in npy-format.txt
Diffstat (limited to 'doc')
-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. |