Skip to content

Commit e1ea60e

Browse files
committed
Style fix
1 parent 81d8ea4 commit e1ea60e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astroquery/mast/missions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,8 @@ def read_product(self, uri, *, mission=None, **kwargs):
993993
Supported file types are FITS and ASDF.
994994
995995
FITS files are opened with `~astropy.io.fits.open` and are downloaded and cached on disk. ASDF files
996-
are opened directly from the presigned S3 URL using `~fsspec.open` and `~asdf.open`, without being downloaded to disk.
996+
are opened directly from the presigned S3 URL using `~fsspec.open` and `~asdf.open`, without being
997+
downloaded to disk.
997998
998999
Parameters
9991000
----------

0 commit comments

Comments
 (0)