Skip to content

Commit 3f793be

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
Jorge Fernandez Hernandez
authored and
Jorge Fernandez Hernandez
committed
EUCLIDPCR-1914 fix typos.
1 parent 2be652c commit 3f793be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/esa/euclid/core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ def get_spectrum(self, *, source_id, schema='sedm', retrieval_type="ALL", output
11701170
-----------
11711171
Downloads a spectrum with datalink.
11721172
1173-
The spectrum associated to the source_id is downloaded as a compressed fits file, and the files it contains
1173+
The spectrum associated with the source_id is downloaded as a compressed fits file, and the files it contains
11741174
are returned in a list. The compressed fits file is saved in the local path given by output_file. If this
11751175
parameter is not set, the result is saved in the file "<working
11761176
directory>/temp_<%Y%m%d_%H%M%S>/<source_id>.fits.zip". In any case, the content of the zip file is
@@ -1195,7 +1195,7 @@ def get_spectrum(self, *, source_id, schema='sedm', retrieval_type="ALL", output
11951195
-------
11961196
A list of files: the files contained in the downloaded compressed fits file. The format of the file is
11971197
SPECTRA_<colour>-<schema> <source_id>.fits', where <colour> is BGS or RGS, and <schema> and <source_id> are
1198-
taking from the input parameters.
1198+
taken from the input parameters.
11991199
12001200
"""
12011201

0 commit comments

Comments
 (0)