From 7914a5b0a228fa57e060b79c75d970cc48c7e914 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Langa?= Date: Thu, 22 Mar 2018 17:15:28 -0700 Subject: [PATCH] Mention delimiter_split() in CannotSplit docstring --- black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/black.py b/black.py index 877b632..950eac7 100644 --- a/black.py +++ b/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()`. """ -- 2.39.5