mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
[docs] stage_channels doc typo
This commit is contained in:
parent
cfe93f19b1
commit
1d7f387122
@ -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
|
||||
"""
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user