mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +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.
|
/// line breaks.
|
||||||
///
|
///
|
||||||
/// ## Examples
|
/// ## 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
|
/// ```python
|
||||||
/// a = [
|
/// a = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue