Skip to content

Commit b744eeb

Browse files
authored
Merge pull request #3247 from bsipocz/MAINT_fix_lines_in_euclid
DOC: fix long lines
2 parents c17d57d + 2dbfa3f commit b744eeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

astroquery/esa/euclid/core.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
880880
#. MER
881881
DpdMerSegmentationMap: Segmentation Map Product
882882
DpdMerBksMosaic: Background-Subtracted Mosaic Product
883-
dpdMerFinalCatalog: Final Catalog Product - We suggest to use ADQL to retrieve data from this dataset.
883+
dpdMerFinalCatalog: Final Catalog Product \
884+
- We suggest to use ADQL to retrieve data from this dataset.
884885
#. PHZ - We suggest to use ADQL to retrieve data from these products.
885886
dpdPhzPfOutputCatalog: PHZ PF output catalog product for weak lensing
886887
dpdPhzPfOutputForL3: PHZ PF output catalog product for LE3
@@ -903,7 +904,8 @@ def get_product_list(self, *, observation_id=None, tile_index=None, product_type
903904
dpdSleDetectionOutput: SLE Detection Output
904905
dpdSleModelOutput: SLE Model Output
905906
#. SIR
906-
DpdSirCombinedSpectra: Combined Spectra Product - We suggest to use ADQL to retrieve data (spectra) from this dataset.
907+
DpdSirCombinedSpectra: Combined Spectra Product \
908+
- We suggest to use ADQL to retrieve data (spectra) from this dataset.
907909
dpdSirScienceFrame: Science Frame Product
908910
verbose : bool, optional, default 'False'
909911
flag to display information about the process

0 commit comments

Comments
 (0)