Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Documentation
Hi! I've just seen that classname in the example in the documentation forIntEnum (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 thinkNumbers should be changed toNumber in the documentation.