We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141ce72 commit d5221e5Copy full SHA for d5221e5
docs/esa/hubble/hubble.rst
@@ -447,7 +447,7 @@ Access Protocol (TAP) and via the Astronomical Data Query Language (ADQL).
447
>>> result = esahubble.query_tap(query="select top 10 * from hsc.hubble_sc", output_file="test.vot.gz") # doctest: +IGNORE_OUTPUT
448
449
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
+Hubble Source Catalog (HSC) (format default: compressed
451
votable). The result of the query will be stored in the file
452
'test.vot.gz'. The result of this query can be viewed by doing
453
result.get_results() or printing it by doing print(result).
0 commit comments