From a9d9f496f029c1028a7e43acf5ab177fa6404b38 Mon Sep 17 00:00:00 2001 From: MrKomodoDragon <74436682+MrKomodoDragon@users.noreply.github.com> Date: Tue, 10 Aug 2021 19:12:36 -0700 Subject: [PATCH] Add missing ] in docs for StageInstance.channel --- discord/stage_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/stage_instance.py b/discord/stage_instance.py index e0e90453e..554851f2b 100644 --- a/discord/stage_instance.py +++ b/discord/stage_instance.py @@ -105,7 +105,7 @@ class StageInstance(Hashable): @cached_slot_property('_cs_channel') def channel(self) -> Optional[StageChannel]: - """Optional[:class:`StageChannel`: The guild that stage instance is running in.""" + """Optional[:class:`StageChannel`]: The channel that stage instance is running in.""" return self._state.get_channel(self.channel_id) def is_public(self) -> bool: