Skip to content

Commit a14a28f

Browse files
authored
Fix typo [skip ci]
1 parent e447461 commit a14a28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/xmatch/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _prepare_sending_table(self, cat_index, payload, kwargs, cat, colRA, colDec)
147147
if not self.is_table_available(cat):
148148
if ((colRA is None) or (colDec is None)):
149149
raise ValueError(
150-
f"'{cat}' is not available on the XMatch server.If you are "
150+
f"'{cat}' is not available on the XMatch server. If you are "
151151
"using a VizieR table name, note that only tables with "
152152
"coordinates are available on the XMatch server. If you are "
153153
f"using a local table, the arguments 'colRA{cat_index}' and "

0 commit comments

Comments
 (0)