Skip to content

Commit 85e0a37

Browse files
authored
Fix typo and indicate that DR4 is not yet the present.
1 parent da7dc72 commit 85e0a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/gaia/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL',
189189
row per sourceId
190190
retrieval_type : str, optional, default 'ALL' to retrieve all data from the list of sources
191191
retrieval type identifier. For GAIA DR2 possible values are ['EPOCH_PHOTOMETRY']
192-
For GAIA DR3, possible values are ['EPOC_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
192+
For GAIA DR3, possible values are ['EPOCH_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
193193
'MCMC_GSPPHOT' or 'MCMC_MSC']
194-
For GAIA DR4, possible values are ['EPOC_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
194+
For GAIA DR4, possible values will be ['EPOCH_PHOTOMETRY', 'RVS', 'XP_CONTINUOUS', 'XP_SAMPLED',
195195
'MCMC_GSPPHOT', 'MCMC_MSC', 'EPOCH_ASTROMETRY', 'RV_EPOCH_SINGLE', 'RV_EPOCH_DOUBLE', 'RVS_EPOCH' or
196196
'RVS_TRANSIT']
197197
valid_data : bool, optional, default False

0 commit comments

Comments
 (0)