mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Fix typo (#8735)
This commit is contained in:
parent
e2109c1353
commit
4c86b155f2
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ use crate::checkers::ast::Checker;
|
||||||
/// ## What it does
|
/// ## What it does
|
||||||
/// Checks for classes with too many public methods
|
/// Checks for classes with too many public methods
|
||||||
///
|
///
|
||||||
/// By default, this rule allows up to 20 statements, as configured by the
|
/// By default, this rule allows up to 20 public methods, as configured by
|
||||||
/// [`pylint.max-public-methods`] option.
|
/// the [`pylint.max-public-methods`] option.
|
||||||
///
|
///
|
||||||
/// ## Why is this bad?
|
/// ## Why is this bad?
|
||||||
/// Classes with many public methods are harder to understand
|
/// Classes with many public methods are harder to understand
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue