[3.4] [Alias] Fix double plural grammar in alias docstring (#5092) (#5268)

(cherry picked from commit 299d6c57d9)

Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com>

Co-authored-by: Kreus Amredes <67752638+Kreusada@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-09-08 21:39:48 +02:00
committed by GitHub
parent 2c38a7c4f2
commit 339cc6b3dc

View File

@@ -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".