From bf624da51b834235842bb093f819b8acb631b999 Mon Sep 17 00:00:00 2001 From: kreusada <67752638+kreus7@users.noreply.github.com> Date: Fri, 5 Feb 2021 14:48:34 +0000 Subject: [PATCH] Grammar fixes (#4788) --- redbot/core/utils/chat_formatting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----