Skip to content

Commit

Permalink
fix E301 docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Feb 6, 2024
1 parent 85302d5 commit 3d5cc84
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const BLANK_LINES_METHOD_LEVEL: u32 = 1;
/// Checks for missing blank lines between methods of a class.
///
/// ## Why is this bad?
/// PEP 8 recommends the use of blank lines as follows:
/// - Two blank lines are expected between functions and classes
/// - One blank line is expected between methods of a class.
/// PEP 8 recommends exactly one blank line between methods of a class.
///
/// ## Example
/// ```python
Expand Down

0 comments on commit 3d5cc84

Please sign in to comment.