From 332bcae24f213034fe6c068207d0496fba3e4697 Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:47:45 +0100 Subject: [PATCH] Review * Remove always - and consequently reorganise the words * Add "one or more" * Fix spelling of creator - changed from creater --- redbot/cogs/downloader/downloader.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 9f276d0ce..df8603d71 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -41,10 +41,10 @@ class Downloader(commands.Cog): Community cogs, also called third party cogs, are not included in the default Red install. - Community cogs always come in repositories. Repos are a - group of cogs by one creator you can install. You always need - to add the creater's repository using the `[p]repo` command - before you can install cogs from the creator. + Community cogs come in repositories. Repos are a group of cogs + you can install. You always need to add the creator's repository + using the `[p]repo` command before you can install one or more + cogs from the creator. """ def __init__(self, bot: Red):