Update docs to note Enum derivation change
This commit is contained in:
		@@ -716,7 +716,8 @@ Enumerations
 | 
				
			|||||||
The API provides some enumerations for certain types of strings to avoid the API
 | 
					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.
 | 
					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
 | 
					.. class:: ChannelType
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user