Fixed typo

This commit is contained in:
Brandon Rozek 2020-07-11 20:47:46 -04:00
parent 37219ffbb6
commit f8d3348436

View file

@ -18,6 +18,7 @@ class Application:
asyncio.ensure_future, asyncio.ensure_future,
callback(event, index) callback(event, index)
) )
)
else: else:
callback(event, index) callback(event, index)
``` ```