From 3abb2fde56b7d6349fb0b8a83d7662badb1a9f46 Mon Sep 17 00:00:00 2001 From: Logan <46571352+lgaan@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:24:04 +0100 Subject: [PATCH] Fix versionadded not showing in docs for Attachment.content_type --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/message.py b/discord/message.py index 8bf9c5f82..c017cdd13 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 `_ - .. versionadded: 1.7 + .. versionadded:: 1.7 """ __slots__ = ('id', 'size', 'height', 'width', 'filename', 'url', 'proxy_url', '_http', 'content_type')