summaryrefslogtreecommitdiff
path: root/numpy/doc
diff options
context:
space:
mode:
authorJesús Gómez <jgomo3@gmail.com>2013-07-17 09:23:16 -0430
committerCharles Harris <charlesr.harris@gmail.com>2013-08-01 11:59:02 -0600
commiteacca11823c5d05c86ec9e715773347d5803c32e (patch)
tree17b8a36b9f5b390beeeb0cc35112e9672b4f026c /numpy/doc
parent5635b6820bb237c7ae95e7943616b9f677797526 (diff)
downloadnumpy-eacca11823c5d05c86ec9e715773347d5803c32e.tar.gz
DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.
Add missing part of usecols negative index explanation and other minor redaction fixes.
Diffstat (limited to 'numpy/doc')
-rw-r--r--numpy/doc/creation.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py
index b096edd3d..e00c26e54 100644
--- a/numpy/doc/creation.py
+++ b/numpy/doc/creation.py
@@ -106,9 +106,9 @@ check the last section as well)
HDF5: PyTables
FITS: PyFITS
-Examples of formats that cannot be read directly but for which it is not hard
-to convert are libraries like PIL (able to read and write many image formats
-such as jpg, png, etc).
+Examples of formats that cannot be read directly but for which it is not hard to
+convert are those formats supported by libraries like PIL (able to read and
+write many image formats such as jpg, png, etc).
Common ASCII Formats
------------------------