Mention delimiter_split() in CannotSplit docstring

This commit is contained in:
Łukasz Langa 2018-03-22 17:15:28 -07:00
parent 584d51a042
commit 7914a5b0a2

View File

@ -44,7 +44,7 @@ class NothingChanged(UserWarning):
class CannotSplit(Exception): class CannotSplit(Exception):
"""A readable split that fits the allotted line length is impossible. """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()`.
""" """