[ty] Fix lint summary wording (#19091)

This commit is contained in:
David Peter 2025-07-02 16:32:11 +02:00 committed by GitHub
parent 4e4e428a95
commit 4cf56d7ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -307,7 +307,7 @@ declare_lint! {
/// d: bytes
/// ```
pub(crate) static DUPLICATE_KW_ONLY = {
summary: "detects dataclass definitions with more than once usages of `KW_ONLY`",
summary: "detects dataclass definitions with more than one usage of `KW_ONLY`",
status: LintStatus::preview("1.0.0"),
default_level: Level::Error,
}