diff --git a/crates/ruff_linter/src/rules/pycodestyle/rules/logical_lines/mod.rs b/crates/ruff_linter/src/rules/pycodestyle/rules/logical_lines/mod.rs index 6793f20943..777aa980b3 100644 --- a/crates/ruff_linter/src/rules/pycodestyle/rules/logical_lines/mod.rs +++ b/crates/ruff_linter/src/rules/pycodestyle/rules/logical_lines/mod.rs @@ -102,7 +102,7 @@ impl<'a> IntoIterator for &'a LogicalLines<'a> { /// line breaks. /// /// ## Examples -/// This expression forms one logical line because because the array elements are parenthesized. +/// This expression forms one logical line because the array elements are parenthesized. /// /// ```python /// a = [