aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan <[email protected]>2021-04-06 01:24:04 +0100
committerGitHub <[email protected]>2021-04-05 20:24:04 -0400
commit3abb2fde56b7d6349fb0b8a83d7662badb1a9f46 (patch)
treec3e747e08fc5e57aca56db357816fd27eac2cf68
parentRemove deprecated client methods (diff)
downloaddiscord.py-3abb2fde56b7d6349fb0b8a83d7662badb1a9f46.tar.xz
discord.py-3abb2fde56b7d6349fb0b8a83d7662badb1a9f46.zip
Fix versionadded not showing in docs for Attachment.content_type
-rw-r--r--discord/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py
index 8bf9c5f8..c017cdd1 100644
--- a/discord/message.py
+++ b/discord/message.py
@@ -111,7 +111,7 @@ class Attachment(Hashable):
content_type: Optional[:class:`str`]
The attachment's `media type <https://en.wikipedia.org/wiki/Media_type>`_
- .. versionadded: 1.7
+ .. versionadded:: 1.7
"""
__slots__ = ('id', 'size', 'height', 'width', 'filename', 'url', 'proxy_url', '_http', 'content_type')