From 339cc6b3dc179526fa201a666bb4e4965c249435 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 8 Sep 2021 21:39:48 +0200 Subject: [PATCH] [3.4] [Alias] Fix double plural grammar in alias docstring (#5092) (#5268) (cherry picked from commit 299d6c57d918c08bb1b136058d561ba288beaf1e) Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com> Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com> --- redbot/cogs/alias/alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/alias/alias.py b/redbot/cogs/alias/alias.py index c0fa6c785..6d9fd33e0 100644 --- a/redbot/cogs/alias/alias.py +++ b/redbot/cogs/alias/alias.py @@ -34,7 +34,7 @@ class _TrackingFormatter(Formatter): class Alias(commands.Cog): """Create aliases for commands. - Aliases are alternative names shortcuts for commands. They + Aliases are alternative names/shortcuts for commands. They can act as both a lambda (storing arguments for repeated use) or as simply a shortcut to saying "x y z".