From 333926c359f4330b877c9897abd2e8e95d29cd4a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 9 May 2019 10:16:48 -0400 Subject: [PATCH] grammar reference cleaned up --- apprise/plugins/NotifySNS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/NotifySNS.py b/apprise/plugins/NotifySNS.py index 81fe0aa9..bc4983d2 100644 --- a/apprise/plugins/NotifySNS.py +++ b/apprise/plugins/NotifySNS.py @@ -178,7 +178,7 @@ class NotifySNS(NotifyBase): if len(self.phone) == 0 and len(self.topics) == 0: self.logger.warning( - 'There are no valid target identified to notify.') + 'There are no valid target(s) identified to notify.') def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs): """