aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/channel.py2
-rw-r--r--discord/guild.py2
2 files changed, 2 insertions, 2 deletions
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
"""
diff --git a/discord/guild.py b/discord/guild.py
index 0dfb1739..99957805 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -378,7 +378,7 @@ class Guild(Hashable):
@property
def stage_channels(self):
- """List[:class:`StageChannel`]: A list of voice channels that belongs to this guild.
+ """List[:class:`StageChannel`]: A list of stage channels that belongs to this guild.
.. versionadded:: 1.7