Correct a typo in executor.py (#489)

This commit is contained in:
Felix Yan 2021-01-10 12:49:48 -06:00 committed by GitHub
parent 3440ab3c96
commit d7b1bd2dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ class Executor:
def set_web_app(self, application: web.Application):
"""
Change instance of aiohttp.web.Applicaton
Change instance of aiohttp.web.Application
:param application:
"""