diff --git a/redbot/core/utils/chat_formatting.py b/redbot/core/utils/chat_formatting.py index 5168a2cd6..52380013e 100644 --- a/redbot/core/utils/chat_formatting.py +++ b/redbot/core/utils/chat_formatting.py @@ -344,6 +344,11 @@ def humanize_list(items: Sequence[str]) -> str: items : Sequence[str] The items of the list to join together. + Raises + ------ + IndexError + An empty sequence was passed + Examples -------- .. testsetup::