logging grammer fix

This commit is contained in:
Chris Caron 2020-09-09 17:51:28 -04:00
parent 490d51d492
commit f1bd97a259

View File

@ -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