diff options
| author | Twentysix <[email protected]> | 2017-04-30 12:56:58 +0200 |
|---|---|---|
| committer | Twentysix <[email protected]> | 2017-04-30 12:56:58 +0200 |
| commit | 86b9099f3a4fd26c23a38450df42cfe452c683f4 (patch) | |
| tree | 10e01d86c6fdab8dca2d3ed9a0f26df1a75a8d69 /docs/api.rst | |
| parent | Implement audit logs. (diff) | |
| download | discord.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.rst | 2 |
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 |