diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-05 11:58:15 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-08-05 11:58:15 -0700 |
commit | 75ac90e5650073381a7466ac41487e98b16896ee (patch) | |
tree | 93a9d62e48e193583c1fc5fc674ecdf7a84a55dd /numpy/doc/creation.py | |
parent | 870d89e2b499e8ae48dec39df4962d61a0f770f1 (diff) | |
parent | fb416a04bf05c1d91e0ef98d010d5f13f3aecd5d (diff) | |
download | numpy-75ac90e5650073381a7466ac41487e98b16896ee.tar.gz |
Merge pull request #3565 from charris/documentation-fixes
Documentation fixes for `basics.io.genfromtxt.rst` and `creation.py`
Diffstat (limited to 'numpy/doc/creation.py')
-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 ------------------------ |