Skip to content

Commit 220fcf2

Browse files
AlinderSeerovaher
authored andcommitted
Update docs/gaia/gaia.rst
Fix an incorrect comment in the docs. Co-authored-by: Eero Vaher <[email protected]>
1 parent 18989bd commit 220fcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gaia/gaia.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This query searches for all the objects contained in an arbitrary rectangular pr
7878
It is possible to choose which data release to query, by default the Gaia DR3 catalogue is used. For example::
7979

8080
>>> from astroquery.gaia import Gaia
81-
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select early Data Release 2
81+
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr2.gaia_source" # Select Data Release 2
8282
>>> Gaia.MAIN_GAIA_TABLE = "gaiadr3.gaia_source" # Reselect Data Release 3, default
8383

8484
The following example searches for all the sources contained in an squared region of side = 0.1

0 commit comments

Comments
 (0)