diff --git a/apprise/py3compat/asyncio.py b/apprise/py3compat/asyncio.py index 85519fa2..626b9bbb 100644 --- a/apprise/py3compat/asyncio.py +++ b/apprise/py3compat/asyncio.py @@ -43,7 +43,7 @@ def notify(coroutines, debug=False): # Create log entry logger.info( - 'Notifying {} service(s) asynchronous.'.format(len(coroutines))) + 'Notifying {} service(s) asynchronously.'.format(len(coroutines))) if ASYNCIO_RUN_SUPPORT: # async reference produces a SyntaxError (E999) in Python v2.7