diff options
Diffstat (limited to 'numpy/doc/creation.py')
-rw-r--r-- | numpy/doc/creation.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/creation.py b/numpy/doc/creation.py index babe6a4d7..7de1c197c 100644 --- a/numpy/doc/creation.py +++ b/numpy/doc/creation.py @@ -103,8 +103,8 @@ may be others for which it is possible to read and convert to numpy arrays so check the last section as well) :: - HDF5: PyTables - FITS: PyFITS + HDF5: h5py + FITS: Astropy 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 |