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__(