Fix typo in Client.get_stage_instance

This commit is contained in:
daima3629
2022-03-10 18:53:20 -05:00
committed by GitHub
parent 8502978649
commit 0ea6fdac5a
+1 -1
View File
@@ -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