diff --git a/redbot/core/utils/chat_formatting.py b/redbot/core/utils/chat_formatting.py index e265d348c..bd3be79cb 100644 --- a/redbot/core/utils/chat_formatting.py +++ b/redbot/core/utils/chat_formatting.py @@ -146,7 +146,7 @@ def italics(text: str, escape_formatting: bool = True) -> str: def bordered(*columns: Sequence[str], ascii_border: bool = False) -> str: - """Get two blocks of text in a borders. + """Get two blocks of text inside borders. Note ----