Doc: markdown link fix (#14041)

Typo in `mutable-contextvar-default` in `flake8-bugbear`
This commit is contained in:
Simon Brugman 2024-11-01 15:19:00 +01:00 committed by GitHub
parent ef72fd79a7
commit 5053d2c127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;