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')