aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorTwentysix <[email protected]>2017-04-30 12:56:58 +0200
committerTwentysix <[email protected]>2017-04-30 12:56:58 +0200
commit86b9099f3a4fd26c23a38450df42cfe452c683f4 (patch)
tree10e01d86c6fdab8dca2d3ed9a0f26df1a75a8d69 /docs/api.rst
parentImplement audit logs. (diff)
downloaddiscord.py-86b9099f3a4fd26c23a38450df42cfe452c683f4.tar.xz
discord.py-86b9099f3a4fd26c23a38450df42cfe452c683f4.zip
Changed audit_log to audit_logs in documentation
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 303cc174..fbf16e92 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -713,7 +713,7 @@ All enumerations are subclasses of `enum`_.
.. class:: AuditLogAction
Represents the type of action being done for a :class:`AuditLogEntry`\,
- which is retrievable via :meth:`Guild.audit_log`.
+ which is retrievable via :meth:`Guild.audit_logs`.
.. attribute:: guild_update