Fix typo in Client.get_stage_instance

This commit is contained in:
daima3629 2022-03-11 08:53:20 +09:00 committed by GitHub
parent 8502978649
commit 0ea6fdac5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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