Skip to content

Commit

Permalink
Fix typo (#8735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Nov 17, 2023
1 parent e2109c1 commit 4c86b15
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 4c86b15

Please sign in to comment.