[docs] Fix various unresolved references

This commit is contained in:
Nadir Chowdhury
2021-04-16 03:41:41 +01:00
committed by GitHub
parent ffea48f218
commit 8f9819eb4c
6 changed files with 16 additions and 13 deletions

View File

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