Skip to content

Commit 738828d

Browse files
Refactored comment on query_target
1 parent 0bab155 commit 738828d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/esa/hubble/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@ def query_target(self, name, filename=None, async_job=False,
501501
output_format : string
502502
optional, default 'votable'
503503
output format of the query
504-
verbose : bool
505-
optional, default 'False'
506-
Flag to display information about the process
504+
radius : int
505+
optional, default None
506+
radius in arcmin (int, float) or quantity of the cone_search
507507
508508
Returns
509509
-------

0 commit comments

Comments
 (0)