Skip to content

Commit

Permalink
[flake8-logging-format] Fix invalid formatting value in docs of `lo…
Browse files Browse the repository at this point in the history
…gging-extra-attr-clash` (`G101`) (#14165)
  • Loading branch information
sbrugman authored Nov 7, 2024
1 parent 794eb88 commit 2040e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ impl AlwaysFixableViolation for LoggingWarn {
///
/// username = "Maria"
///
/// logging.info("Something happened", extra=dict(user=username))
/// logging.info("Something happened", extra=dict(user_id=username))
/// ```
///
/// ## Options
Expand Down

0 comments on commit 2040e93

Please sign in to comment.