From b5d8e5ac9f094973ac73f1998fec844586244d8b Mon Sep 17 00:00:00 2001 From: Numerlor <25886452+Numerlor@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:29:18 +0200 Subject: Add missing "the" Co-authored-by: Bluenix --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index b6a91269a..5e3dd400d 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -400,7 +400,7 @@ def setup(bot: Bot) -> None: def extract_tag_identifier(string: str) -> TagIdentifier: - """Create a `TagIdentifier` instance from beginning of `string`.""" + """Create a `TagIdentifier` instance from the beginning of `string`.""" split_string = string.removeprefix(constants.Bot.prefix).split(" ", maxsplit=2) if len(split_string) == 1: return TagIdentifier(None, split_string[0]) -- cgit v1.2.3