Skip to content

Commit d5221e5

Browse files
jespinosaarbsipocz
authored andcommitted
HSC version removed in docs
1 parent 141ce72 commit d5221e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esa/hubble/hubble.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Access Protocol (TAP) and via the Astronomical Data Query Language (ADQL).
447447
>>> result = esahubble.query_tap(query="select top 10 * from hsc.hubble_sc", output_file="test.vot.gz") # doctest: +IGNORE_OUTPUT
448448

449449
This will execute an ADQL query to download the first 10 sources in the
450-
Hubble Source Catalog (HSC) version 2.1 (format default: compressed
450+
Hubble Source Catalog (HSC) (format default: compressed
451451
votable). The result of the query will be stored in the file
452452
'test.vot.gz'. The result of this query can be viewed by doing
453453
result.get_results() or printing it by doing print(result).

0 commit comments

Comments
 (0)