Skip to content

Commit bcc8075

Browse files
Update src/black/linegen.py
1 parent 45c1bf0 commit bcc8075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/black/linegen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def _first_right_hand_split(
656656
) -> _RHSResult:
657657
"""Split the line into head, body, tail starting with the last bracket pair.
658658
659-
Note: this function should not have side effects. It's replied upon by
659+
Note: this function should not have side effects. It's relied upon by
660660
_maybe_split_omitting_optional_parens to get an opinion whether to prefer
661661
splitting on the right side of an assignment statement.
662662
"""

0 commit comments

Comments
 (0)