Docs typo fix

This commit is contained in:
thec0sm0s
2020-05-14 22:34:25 +05:30
parent 3633d67d4c
commit 7332ae9f4c

View File

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