Skip to content

Commit

Permalink
Update src/black/linegen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Dec 15, 2022
1 parent 45c1bf0 commit bcc8075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/linegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def _first_right_hand_split(
) -> _RHSResult:
"""Split the line into head, body, tail starting with the last bracket pair.
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
_maybe_split_omitting_optional_parens to get an opinion whether to prefer
splitting on the right side of an assignment statement.
"""
Expand Down

0 comments on commit bcc8075

Please sign in to comment.