Skip to content

Commit 85970af

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
EUCLIDMNGT-1275 Update example
1 parent e4065e6 commit 85970af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esa/euclid/euclid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ In the following example, for the LE3 Weak-Lensing data, we retrieve all the Tom
259259
.. doctest-skip::
260260

261261
>>> from astroquery.esa.euclid import Euclid
262-
>>> results = euclid.get_scientific_data_product_list(category='Weak Lensing Products', group='2PCF', product_type='DpdCovarTwoPCFWLClPosPos2D')
262+
>>> results = euclid.get_scientific_data_product_list(category='Weak Lensing Products', group='2PCF', product_type='DpdTwoPCFWLShearShear2D')
263263
>>> print("Found", len(le3_product_list), "results")
264264
Found 12 results
265265
>>> print(le3_product_list)

0 commit comments

Comments
 (0)