-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Plural vs Singular in enum documentation #104659
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir