Skip to content

Commit e287268

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
EUCLIDMNGT-1275 sort categories in the help
1 parent 4be57bd commit e287268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astroquery/esa/euclid/core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,12 +1293,12 @@ def get_scientific_data_product_list(self, *, observation_id=None, tile_index=No
12931293
category: str, optional, default None.
12941294
Available categories:
12951295
1296-
#. 'Clusters of Galaxies'
1297-
#. 'External Data Products'
1298-
#. 'Galaxy Clustering Products'
12991296
#. 'Internal Data Products'
1297+
#. 'External Data Products'
13001298
#. 'Weak Lensing Products'
1301-
3. 'PHZ'
1299+
#. 'Galaxy Clustering Products'
1300+
#. 'Clusters of Galaxies'
1301+
#. 'PHZ'
13021302
group : str, optional, default None
13031303
Available groups per category:
13041304

0 commit comments

Comments
 (0)