Skip to content

Commit b5b4917

Browse files
[ty] Fix override of final method summary (#21681)
1 parent 0084e94 commit b5b4917

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
@@ -1636,7 +1636,7 @@ declare_lint! {
16361636
/// def foo(self): ... # Error raised here
16371637
/// ```
16381638
pub(crate) static OVERRIDE_OF_FINAL_METHOD = {
1639-
summary: "detects subclasses of final classes",
1639+
summary: "detects overrides of final methods",
16401640
status: LintStatus::stable("0.0.1-alpha.29"),
16411641
default_level: Level::Error,
16421642
}

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)