lib.enum: rename EnumMeta to EnumType.

Fixes #1073.
This commit is contained in:
Wanda 2024-04-11 09:21:14 +02:00 committed by Catherine
parent 84dff93786
commit 49a8a942e8
3 changed files with 20 additions and 15 deletions

View file

@ -114,7 +114,7 @@ It is also possible to define a custom view class for a given enum:
Metaclass
=========
.. autoclass:: EnumMeta()
.. autoclass:: EnumType()
Base classes