From 515e5769ef2149eb0701382536f4aea73d140adc Mon Sep 17 00:00:00 2001 From: Oleg A Date: Wed, 21 Sep 2022 19:56:44 +0300 Subject: [PATCH] docs: missed dot --- aiogram/utils/chat_action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/utils/chat_action.py b/aiogram/utils/chat_action.py index 321b181f..411d4a06 100644 --- a/aiogram/utils/chat_action.py +++ b/aiogram/utils/chat_action.py @@ -104,7 +104,7 @@ class ChatActionSender: """Process initial action. If there's no initial sleep - skip current step. - If initial_sleep shorter or equal to interval - call action once + If initial_sleep shorter or equal to interval - call action once. Otherwise, start worker and wait for initial sleep. """ if not self.initial_sleep: