diff options
-rw-r--r-- | bot/exts/evergreen/wonder_twins.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |