Skip to content

Commit 5053d2c

Browse files
authored
Doc: markdown link fix (#14041)
Typo in `mutable-contextvar-default` in `flake8-bugbear`
1 parent ef72fd7 commit 5053d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ruff_linter/src/rules/flake8_bugbear/rules/mutable_contextvar_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use crate::checkers::ast::Checker;
5151
/// - `lint.flake8-bugbear.extend-immutable-calls`
5252
///
5353
/// ## References
54-
/// - [Python documentation: [`contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
54+
/// - [Python documentation: `contextvars` — Context Variables](https://docs.python.org/3/library/contextvars.html)
5555
#[violation]
5656
pub struct MutableContextvarDefault;
5757

0 commit comments

Comments
 (0)