Skip to content

Commit

Permalink
Update docs/spec/enums.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Hashem <[email protected]>
  • Loading branch information
erictraut and Hnasar authored Apr 1, 2024
1 parent 79e64e8 commit 6332c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/enums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ are not within a type stub file, a type checker can use the type of the
Enum Literal Expansion
----------------------

From the perspective of the type system, an most enum classes are equivalent
From the perspective of the type system, most enum classes are equivalent
to the union of the literal members within that enum. (This rule
does not apply to classes that derive from ``enum.Flag`` because these enums
allow flags to be combined in arbitrary ways.) Because of the equivalency
Expand Down

0 comments on commit 6332c4e

Please sign in to comment.