mirror of https://github.com/astral-sh/ruff
Fix typo in `LogicalLine` docstring (#15150)
This commit is contained in:
parent
6ed27c3786
commit
2419fdb2ef
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue