From aadb3afb8df3784be2b53ac1e9d8a04cfef8cf23 Mon Sep 17 00:00:00 2001 From: Rishat Fayzullin Date: Tue, 30 Apr 2024 23:49:10 +0300 Subject: [PATCH] Fix docstring of DefaultKeyBuilder --- aiogram/fsm/storage/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aiogram/fsm/storage/base.py b/aiogram/fsm/storage/base.py index bc31865b..8e1b206f 100644 --- a/aiogram/fsm/storage/base.py +++ b/aiogram/fsm/storage/base.py @@ -44,10 +44,10 @@ class DefaultKeyBuilder(KeyBuilder): Simple key builder with default prefix. Generates a colon-joined string with prefix, chat_id, user_id, - optional bot_id, business_connection_id and destiny. + optional bot_id, business_connection_id, destiny and field. Format: - :code:`::::::` + :code:`::::::` """ def __init__(