mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Correct a typo in executor.py (#489)
This commit is contained in:
parent
3440ab3c96
commit
d7b1bd2dae
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue