logging grammer fix

pull/295/head
Chris Caron 2020-09-09 17:51:28 -04:00
parent 490d51d492
commit f1bd97a259
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def notify(coroutines, debug=False):
# Create log entry # Create log entry
logger.info( logger.info(
'Notifying {} service(s) asynchronous.'.format(len(coroutines))) 'Notifying {} service(s) asynchronously.'.format(len(coroutines)))
if ASYNCIO_RUN_SUPPORT: if ASYNCIO_RUN_SUPPORT:
# async reference produces a SyntaxError (E999) in Python v2.7 # async reference produces a SyntaxError (E999) in Python v2.7