Skip to content

Commit e24b67c

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1700 Fix unexpected indentation
1 parent 775e8e0 commit e24b67c

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
@@ -220,8 +220,8 @@ def load_data(self, ids, *, data_release=None, data_structure='INDIVIDUAL', retr
220220
loading format. Other available formats are 'csv', 'ecsv','votable_plain', 'json' and 'fits'
221221
dump_to_file: boolean, optional, default False.
222222
If it is true, a compressed directory named "datalink_output_<time_stamp>.zip" with all the DataLink
223-
files is made in the current working directory. The <time_stamp> format should follow the ISO 8601
224-
standard: "yyyymmddThhmmss".
223+
files is made in the current working directory. The <time_stamp> format follows the ISO 8601 standard:
224+
"yyyymmddThhmmss".
225225
overwrite_output_file : boolean, optional, default False
226226
To overwrite the output file ("datalink_output.zip") if it already exists.
227227
verbose : bool, optional, default 'False'

0 commit comments

Comments
 (0)