From 1d7f38712258178404c475f39b496a0d55b8a7bf Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Thu, 22 Apr 2021 04:18:49 +0100 Subject: [docs] stage_channels doc typo --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index 0ecf89e8..7a21b5d2 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1031,7 +1031,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable): @property def stage_channels(self): - """List[:class:`StageChannel`]: Returns the voice channels that are under this category. + """List[:class:`StageChannel`]: Returns the stage channels that are under this category. .. versionadded:: 1.7 """ -- cgit v1.2.3