diff --git a/redbot/core/utils/chat_formatting.py b/redbot/core/utils/chat_formatting.py index a65417b298c..9a96ae380c6 100644 --- a/redbot/core/utils/chat_formatting.py +++ b/redbot/core/utils/chat_formatting.py @@ -68,7 +68,7 @@ def header(text: str, size: Literal["small", "medium", "large"]) -> str: ---------- text : str The text for the header. - url : Literal['small', 'medium', 'large'] + size : Literal['small', 'medium', 'large'] The size of the header ('small', 'medium' or 'large') Returns