Fixed error message syntax

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Rishat-F 2024-03-10 21:49:51 +03:00 committed by GitHub
parent 8cd091b792
commit 9731c86a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
)