From e3e2e385110d536170640f353bf0bd696f27467d Mon Sep 17 00:00:00 2001 From: Toby Harradine Date: Mon, 10 Jun 2019 00:53:10 +1000 Subject: [PATCH] Update docs to note Enum derivation change --- docs/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 0c4b021bc..ac9c489cc 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