diff --git a/discord/interactions.py b/discord/interactions.py index 0c2d661580..22ee3c7ed4 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -841,7 +841,7 @@ async def send_modal(self, modal: Modal) -> Interaction: async def _locked_response(self, coro: Coroutine[Any]): """|coro| - Wraps a response and makes sure that is locked while executing + Wraps a response and makes sure that it's locked while executing. Parameters -----------