From 1472e9ed7c0d73b51b231337bcb467f025c13291 Mon Sep 17 00:00:00 2001 From: Stocker <44980366+StockerMC@users.noreply.github.com> Date: Wed, 28 Jul 2021 19:56:36 -0400 Subject: [PATCH] Fixes minor grammatical error in Command.update --- discord/ext/commands/core.py | 2 +- docs/locale/ja/LC_MESSAGES/ext/commands/api.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 586fb470d..78fc95602 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -385,7 +385,7 @@ class Command(_BaseCommand): pass def update(self, **kwargs): - """Updates :class:`Command` instance with updated attribute. + """Updates :class:`Command` instance with updated attributes. This works similarly to the :func:`.command` decorator in terms of parameters in that they are passed to the :class:`Command` or diff --git a/docs/locale/ja/LC_MESSAGES/ext/commands/api.po b/docs/locale/ja/LC_MESSAGES/ext/commands/api.po index 0bf199bfe..c38896758 100644 --- a/docs/locale/ja/LC_MESSAGES/ext/commands/api.po +++ b/docs/locale/ja/LC_MESSAGES/ext/commands/api.po @@ -2551,7 +2551,7 @@ msgid "The function to remove from the checks." msgstr "" #: discord.ext.commands.Command.update:1 discord.ext.commands.Group.update:1 of -msgid "Updates :class:`Command` instance with updated attribute." +msgid "Updates :class:`Command` instance with updated attributes." msgstr "" #: discord.ext.commands.Command.update:3 discord.ext.commands.Group.update:3 of