diff options
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 ------------------------ |