From fc5a2936dd9456f1489dc1125c12448a2af23e15 Mon Sep 17 00:00:00 2001 From: Ehren Julien-Neitzert Date: Thu, 23 May 2019 23:31:17 -0400 Subject: Fix pluralization errors in various files * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors --- discord/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/message.py') diff --git a/discord/message.py b/discord/message.py index 701dce8f..ddc8e612 100644 --- a/discord/message.py +++ b/discord/message.py @@ -98,7 +98,7 @@ class Attachment: more often, compared to the regular URL which is generally deleted right after the message is deleted. Note that this can still fail to download deleted attachments if too much time has passed and it does not work - on some type of attachments. + on some types of attachments. Raises -------- @@ -137,7 +137,7 @@ class Attachment: more often, compared to the regular URL which is generally deleted right after the message is deleted. Note that this can still fail to download deleted attachments if too much time has passed and it does not work - on some type of attachments. + on some types of attachments. Raises ------ -- cgit v1.2.3