aboutsummaryrefslogtreecommitdiff
path: root/discord/embeds.py
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-04-16 03:41:41 +0100
committerGitHub <[email protected]>2021-04-15 22:41:41 -0400
commit8f9819eb4c1c0ddd477c8ff4f80deec8aea054cc (patch)
tree56eaf6a67ae68052b6ea78baea2bc1b8484b002a /discord/embeds.py
parent[commands] Remove HelpCommand.clean_prefix (#6736) (diff)
downloaddiscord.py-8f9819eb4c1c0ddd477c8ff4f80deec8aea054cc.tar.xz
discord.py-8f9819eb4c1c0ddd477c8ff4f80deec8aea054cc.zip
[docs] Fix various unresolved references
Diffstat (limited to 'discord/embeds.py')
-rw-r--r--discord/embeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/embeds.py b/discord/embeds.py
index 8679b36d..3aaaeff3 100644
--- a/discord/embeds.py
+++ b/discord/embeds.py
@@ -528,7 +528,7 @@ class Embed:
@property
def fields(self) -> List[_EmbedFieldProxy]:
- """Union[List[:class:`EmbedProxy`], :attr:`Empty`]: Returns a :class:`list` of ``EmbedProxy`` denoting the field contents.
+ """List[Union[``EmbedProxy``, :attr:`Empty`]]: Returns a :class:`list` of ``EmbedProxy`` denoting the field contents.
See :meth:`add_field` for possible values you can access.