diff options
| author | Rapptz <[email protected]> | 2017-05-19 21:57:25 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-19 21:58:02 -0400 |
| commit | 3727618b6547981e66d022c04516cf43488ab1f8 (patch) | |
| tree | 74e4cb9388cd31791998cecd2ffed96bc1c6a0ea /docs/api.rst | |
| parent | Update migrating page with new extension information. (diff) | |
| download | discord.py-3727618b6547981e66d022c04516cf43488ab1f8.tar.xz discord.py-3727618b6547981e66d022c04516cf43488ab1f8.zip | |
Kill remaining references to discord.Channel 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 55dbaa5f..eaa8372b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -563,7 +563,7 @@ All enumerations are subclasses of `enum`_. .. class:: ChannelType - Specifies the type of :class:`Channel`. + Specifies the type of channel. .. attribute:: text |