mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
Fix typo in LogicalLine
docstring (#15150)
This commit is contained in:
parent
6ed27c3786
commit
2419fdb2ef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue