From abfa658f8f1b9a97c7271ec18c4fb4eb91edefd7 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 7 Jan 2021 06:48:55 +0800 Subject: [PATCH] Correct a typo in executor.py --- aiogram/utils/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/utils/executor.py b/aiogram/utils/executor.py index 1b5b0b0b..35107975 100644 --- a/aiogram/utils/executor.py +++ b/aiogram/utils/executor.py @@ -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: """