We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c1bf0 commit bcc8075Copy full SHA for bcc8075
src/black/linegen.py
@@ -656,7 +656,7 @@ def _first_right_hand_split(
656
) -> _RHSResult:
657
"""Split the line into head, body, tail starting with the last bracket pair.
658
659
- Note: this function should not have side effects. It's replied upon by
+ Note: this function should not have side effects. It's relied upon by
660
_maybe_split_omitting_optional_parens to get an opinion whether to prefer
661
splitting on the right side of an assignment statement.
662
"""
0 commit comments