Skip to content

Commit

Permalink
Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Jan 7, 2025
1 parent e447461 commit a14a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/xmatch/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _prepare_sending_table(self, cat_index, payload, kwargs, cat, colRA, colDec)
if not self.is_table_available(cat):
if ((colRA is None) or (colDec is None)):
raise ValueError(
f"'{cat}' is not available on the XMatch server.If you are "
f"'{cat}' is not available on the XMatch server. If you are "
"using a VizieR table name, note that only tables with "
"coordinates are available on the XMatch server. If you are "
f"using a local table, the arguments 'colRA{cat_index}' and "
Expand Down

0 comments on commit a14a28f

Please sign in to comment.