summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Spacek <git@mspacek.mm.st>2013-08-04 09:55:31 -0700
committerMartin Spacek <git@mspacek.mm.st>2013-08-04 09:55:31 -0700
commit4ea064b1d028d8ecd1b4353f22409e1714ec75dc (patch)
tree83aea4341917affa782d3a4020a2b95f11ec9897
parent645b9f572f0a22e9049fd736b8b91427be2c8402 (diff)
downloadnumpy-4ea064b1d028d8ecd1b4353f22409e1714ec75dc.tar.gz
Fix doc typo
-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.