mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 04:19:31 +02:00
Docs typo fix
This commit is contained in:
@@ -57,7 +57,7 @@ class Guild(DiscordModelsBase):
|
|||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
list[flask_discord.Guild, ...]
|
list[flask_discord.Guild, ...]
|
||||||
List of instances of :py:class:`flask_discord.Guild` to which this user belogs.
|
List of instances of :py:class:`flask_discord.Guild` to which this user belongs.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
guilds = super().fetch_from_api()
|
guilds = super().fetch_from_api()
|
||||||
|
|||||||
Reference in New Issue
Block a user