[docs] stage_channels doc typo

This commit is contained in:
Nadir Chowdhury 2021-04-22 04:18:49 +01:00 committed by GitHub
parent cfe93f19b1
commit 1d7f387122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
"""

View File

@ -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