mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
docs: missed dot
This commit is contained in:
parent
ae724f7167
commit
515e5769ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue