From c73005f535944fb90eb72182cf0ea2bd5b36487d Mon Sep 17 00:00:00 2001 From: fisher60 Date: Sun, 22 Nov 2020 14:59:42 -0800 Subject: fix typos in docstring --- bot/exts/evergreen/wonder_twins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/evergreen/wonder_twins.py b/bot/exts/evergreen/wonder_twins.py index 0623e164..afc5346e 100644 --- a/bot/exts/evergreen/wonder_twins.py +++ b/bot/exts/evergreen/wonder_twins.py @@ -19,7 +19,7 @@ class WonderTwins(Cog): @staticmethod def append_onto(phrase: str, insert_word: str) -> str: - """Appends one word onto the end of another phrase in order to format with proper the determiner""" + """Appends one word onto the end of another phrase in order to format with the proper determiner.""" if insert_word.endswith("s"): phrase = phrase.split() del phrase[0] -- cgit v1.2.3