X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a970a205bcea73672e85468836b477d3262ee75e..7914a5b0a228fa57e060b79c75d970cc48c7e914:/black.py?ds=sidebyside 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()`. """