Skip to content

Commit

Permalink
Doc: markdown link fix (#14041)
Browse files Browse the repository at this point in the history
Typo in `mutable-contextvar-default` in `flake8-bugbear`
  • Loading branch information
sbrugman authored Nov 1, 2024
1 parent ef72fd7 commit 5053d2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use crate::checkers::ast::Checker;
/// - `lint.flake8-bugbear.extend-immutable-calls`
///
/// ## References
/// - [Python documentation: [`contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
/// - [Python documentation: `contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
#[violation]
pub struct MutableContextvarDefault;

Expand Down

0 comments on commit 5053d2c

Please sign in to comment.