From a14a28f817a6e88836ce842aa190569f735de333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 7 Jan 2025 11:18:41 -0800 Subject: [PATCH] Fix typo [skip ci] --- astroquery/xmatch/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/xmatch/core.py b/astroquery/xmatch/core.py index 7268d39434..051f07a2f5 100644 --- a/astroquery/xmatch/core.py +++ b/astroquery/xmatch/core.py @@ -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 "