tiniest patch possible :)
This only clarifies a python error-string (when incorrectly specifying enum items from python). Thought this would make it more clear that it expects a 3-value tuple.
Only change is adding a comma within the tuple parentheses (and a fix for a typo)
..."expected an tuple containing (identifier, name description)"... ..."expected a tuple containing (identifier, name, description)"... |