Documentation
Hi! I've just seen that classname in the example in the documentation for IntEnum (https://docs.python.org/3/library/enum.html#enum.IntEnum) is in the plural (Numbers) but for all the other enum examples a classname in the singular is used.
Since a singluar classname IMO makes more sense for all enum classes, I think Numbers should be changed to Number in the documentation.
Linked PRs