Skip to content

Commit

Permalink
[pylint] Fix flag name in too-many-public-methods (PLR0904) (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Peiffap authored Jun 9, 2024
1 parent 549cc1e commit b3b2f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b3b2f57

Please sign in to comment.