From 0ea6fdac5aa7baa749facb100b014afb7410a92f Mon Sep 17 00:00:00 2001 From: daima3629 <52790780+daima3629@users.noreply.github.com> Date: Fri, 11 Mar 2022 08:53:20 +0900 Subject: [PATCH] Fix typo in Client.get_stage_instance --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 3561cef1a..bf928b1d7 100644 --- a/discord/client.py +++ b/discord/client.py @@ -833,7 +833,7 @@ class Client: Returns -------- Optional[:class:`.StageInstance`] - The returns stage instance of ``None`` if not found. + The stage instance or ``None`` if not found. """ from .channel import StageChannel