Fix typo (#8735)
This commit is contained in:
@@ -9,8 +9,8 @@ use crate::checkers::ast::Checker;
|
||||
/// ## What it does
|
||||
/// Checks for classes with too many public methods
|
||||
///
|
||||
/// By default, this rule allows up to 20 statements, as configured by the
|
||||
/// [`pylint.max-public-methods`] option.
|
||||
/// By default, this rule allows up to 20 public methods, as configured by
|
||||
/// the [`pylint.max-public-methods`] option.
|
||||
///
|
||||
/// ## Why is this bad?
|
||||
/// Classes with many public methods are harder to understand
|
||||
|
||||
Reference in New Issue
Block a user