Skip to content

Commit 4cf56d7

Browse files
authored
[ty] Fix lint summary wording (astral-sh#19091)
1 parent 4e4e428 commit 4cf56d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ty_python_semantic/src/types/diagnostic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ declare_lint! {
307307
/// d: bytes
308308
/// ```
309309
pub(crate) static DUPLICATE_KW_ONLY = {
310-
summary: "detects dataclass definitions with more than once usages of `KW_ONLY`",
310+
summary: "detects dataclass definitions with more than one usage of `KW_ONLY`",
311311
status: LintStatus::preview("1.0.0"),
312312
default_level: Level::Error,
313313
}

ty.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)