[pylint] Fix flag name in too-many-public-methods (PLR0904) (#11809)

This commit is contained in:
Gilles Peiffer
2024-06-10 01:44:12 +02:00
committed by GitHub
parent 549cc1e437
commit b3b2f57d8e

View File

@@ -19,7 +19,7 @@ use crate::checkers::ast::Checker;
/// Instead, consider refactoring the class into separate classes.
///
/// ## Example
/// Assuming that `pylint.max-public-settings` is set to 5:
/// Assuming that `lint.pylint.max-public-methods` is set to 5:
/// ```python
/// class Linter:
/// def __init__(self):