mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed error message syntax
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
8cd091b792
commit
9731c86a90
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class DefaultKeyBuilder(KeyBuilder):
|
|||
parts.append(key.destiny)
|
||||
elif key.destiny != DEFAULT_DESTINY:
|
||||
raise ValueError(
|
||||
"Default key builder is not configured to use key destiny other the default.\n"
|
||||
"Default key builder is not configured to use key destiny other than the default.\n"
|
||||
"\n"
|
||||
"Probably, you should set `with_destiny=True` in for DefaultKeyBuilder."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue