summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-05 10:25:26 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-08-05 10:25:26 -0700
commita0ef063d2f14e1bc3f92e63930b357a8aaf412a8 (patch)
tree693842451f77ef590047666ce9c0bfab4dd0a291 /numpy/lib/format.py
parentbf87e26cb049de0b4d5b4e0b45adc7bbb3ec263b (diff)
parent4ea064b1d028d8ecd1b4353f22409e1714ec75dc (diff)
downloadnumpy-a0ef063d2f14e1bc3f92e63930b357a8aaf412a8.tar.gz
Merge pull request #3568 from mspacek/patch-1
Fix doc typo
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r--numpy/lib/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py
index ff3b95d6e..fd459e84e 100644
--- a/numpy/lib/format.py
+++ b/numpy/lib/format.py
@@ -35,7 +35,7 @@ Capabilities
- Is straightforward to reverse engineer. 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.