Skip to content

Commit

Permalink
Fix typo in LogicalLine docstring (astral-sh#15150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Dec 26, 2024
1 parent 6ed27c3 commit 2419fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2419fdb

Please sign in to comment.