Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jul 27, 2023
1 parent 78873c7 commit 71ddd1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ impl Violation for TabAfterComma {
}

/// ## What it does
/// Checks for extraneous whitespace after a comma,
/// Checks for extraneous whitespace after a comma.
///
/// ## Why is this bad?
/// According to the `black` code style, commas should be followed by a single space.
///
/// ## Example
/// ```python
/// a = 4, 5
/// a = 4, 5
/// ```
///
/// Use instead:
Expand Down

0 comments on commit 71ddd1e

Please sign in to comment.