aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorToby Harradine <[email protected]>2019-06-10 00:53:10 +1000
committerGitHub <[email protected]>2019-06-10 00:53:10 +1000
commite3e2e385110d536170640f353bf0bd696f27467d (patch)
treeb051e582bccfa922be25582b1f1c817c995ac397 /docs/api.rst
parentCrowdin translation sync (diff)
downloaddiscord.py-e3e2e385110d536170640f353bf0bd696f27467d.tar.xz
discord.py-e3e2e385110d536170640f353bf0bd696f27467d.zip
Update docs to note Enum derivation change
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 0c4b021b..ac9c489c 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -716,7 +716,8 @@ Enumerations
The API provides some enumerations for certain types of strings to avoid the API
from being stringly typed in case the strings change in the future.
-All enumerations are subclasses of :class:`enum.Enum`.
+All enumerations are subclasses of an internal class which mimics the behaviour
+of :class:`enum.Enum`.
.. class:: ChannelType