diff options
| -rw-r--r-- | discord/stage_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/stage_instance.py b/discord/stage_instance.py index e0e90453..554851f2 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: |