diff options
author | Jesús Gómez <jgomo3@gmail.com> | 2013-07-17 09:23:16 -0430 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-01 11:59:02 -0600 |
commit | eacca11823c5d05c86ec9e715773347d5803c32e (patch) | |
tree | 17b8a36b9f5b390beeeb0cc35112e9672b4f026c /numpy/doc | |
parent | 5635b6820bb237c7ae95e7943616b9f677797526 (diff) | |
download | numpy-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.py | 6 |
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 ------------------------ |