aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDante Dam <[email protected]>2019-05-22 23:28:51 -0700
committerRapptz <[email protected]>2019-05-23 23:21:40 -0400
commit84e916844740800e6d74aca7ce51d18fad8758ce (patch)
treee040263dee33551fe160f42b59beba4e93b760cd
parentAdd an insert_field_at method for the embed class (diff)
downloaddiscord.py-84e916844740800e6d74aca7ce51d18fad8758ce.tar.xz
discord.py-84e916844740800e6d74aca7ce51d18fad8758ce.zip
Grammar fixes for notes on EmbedProxy
-rw-r--r--discord/embeds.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/embeds.py b/discord/embeds.py
index f4a0aac7..0adf20cc 100644
--- a/discord/embeds.py
+++ b/discord/embeds.py
@@ -64,9 +64,9 @@ class Embed:
Returns the total size of the embed.
Useful for checking if it's within the 6000 character limit.
- Certain properties return an ``EmbedProxy``. Which is a type
- that acts similar to a regular :class:`dict` except access the attributes
- via dotted access, e.g. ``embed.author.icon_url``. If the attribute
+ Certain properties return an ``EmbedProxy``, a type
+ that acts similar to a regular :class:`dict` except using dotted access,
+ e.g. ``embed.author.icon_url``. If the attribute
is invalid or empty, then a special sentinel value is returned,
:attr:`Embed.Empty`.