From f3088f2f0a929ad12b840cbad7c398a00d192c4d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 5 Aug 2017 19:30:08 +0300 Subject: [PATCH] Typo --- aiogram/dispatcher/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/dispatcher/webhook.py b/aiogram/dispatcher/webhook.py index 4a7c8505..ba4a23e3 100644 --- a/aiogram/dispatcher/webhook.py +++ b/aiogram/dispatcher/webhook.py @@ -106,7 +106,7 @@ class BaseResponse: def prepare(self) -> typing.Dict: """ - You need to owerwrite this method. + You need to override this method. :return: response parameters dict """