summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-05 11:40:29 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-08-05 11:40:29 -0700
commitec81426e03add5bc869d03562a35f95c8a8f056e (patch)
treeb8fcdefdfd8cdc401b501eb1b7c121b99a151682
parenta0ef063d2f14e1bc3f92e63930b357a8aaf412a8 (diff)
parentd03cd894d4cde9523e739b96df9747d42514d443 (diff)
downloadnumpy-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.txt2
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.