Fix pluralization errors in various files

* Replaced instances of 'return an' with 'returns an'
* fixed pluralization errors
This commit is contained in:
Ehren Julien-Neitzert
2019-05-23 23:31:17 -04:00
committed by Danny
parent 84e9168447
commit fc5a2936dd
5 changed files with 6 additions and 6 deletions

View File

@ -1458,7 +1458,7 @@ class Guild(Hashable):
return state.http.ack_guild(self.id)
def audit_logs(self, *, limit=100, before=None, after=None, oldest_first=None, user=None, action=None):
"""Return an :class:`AsyncIterator` that enables receiving the guild's audit logs.
"""Returns an :class:`AsyncIterator` that enables receiving the guild's audit logs.
You must have the :attr:`~Permissions.view_audit_log` permission to use this.