Mention delimiter_split() in CannotSplit docstring
This commit is contained in:
parent
584d51a042
commit
7914a5b0a2
2
black.py
2
black.py
@ -44,7 +44,7 @@ class NothingChanged(UserWarning):
|
||||
class CannotSplit(Exception):
|
||||
"""A readable split that fits the allotted line length is impossible.
|
||||
|
||||
Raised by `left_hand_split()` and `right_hand_split()`.
|
||||
Raised by `left_hand_split()`, `right_hand_split()`, and `delimiter_split()`.
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user