From 3917092416db90e965a1b15490929cbe9ad49707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 2 May 2022 20:48:39 -0700 Subject: [PATCH] fix language Co-authored-by: Adam Ginsburg --- astroquery/nrao/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/nrao/__init__.py b/astroquery/nrao/__init__.py index 439c00a932..7c43f42f15 100644 --- a/astroquery/nrao/__init__.py +++ b/astroquery/nrao/__init__.py @@ -8,7 +8,7 @@ # Remove module altogether if API update is not done in 6 months (2022-11-02). warnings.warn("The legacy NRAO archive this module uses has been retired causing astroquery.nrao to be " - "broken. We will remove this exception once the sufficient updates are done to use the new " + "broken. We will remove this exception once sufficient updates are done to use the new " "NRAO archive API.")