Skip to content

Commit dcddaa7

Browse files
docs: edit error message
Co-authored-by: keflavich <[email protected]>
1 parent 2fe8039 commit dcddaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vizier/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def get_catalog_metadata(self, *, catalog=None, get_query_payload=False):
347347
result = metadata.execute().to_table()
348348
if len(result) == 0:
349349
raise EmptyResponseError(f"'{catalog}' was not found in VizieR. Valid catalog names "
350-
"look like: 'IX/58', 'J/MNRAS/491/215', 'J/ApJS/256/33'...")
350+
"often look like: 'IX/58', 'J/MNRAS/491/215', 'J/ApJS/256/33', etc.")
351351
# apply mask if the `alt_identifier` value is not a doi
352352
result["doi"].mask = True if "doi:" not in result["doi"][0] else False
353353
return result

0 commit comments

Comments
 (0)