File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,9 +799,9 @@ Utilities and Decorators
799
799
call an *Enum *'s :meth: `_generate_next_value_ ` to get an appropriate value.
800
800
For *Enum * and *IntEnum * that appropriate value will be the last value plus
801
801
one; for *Flag * and *IntFlag * it will be the first power-of-two greater
802
- than the last value; for *StrEnum * it will be the lower-cased version of the
803
- member's name. Care must be taken if mixing *auto() * with manually specified
804
- values.
802
+ than the highest value; for *StrEnum * it will be the lower-cased version of
803
+ the member's name. Care must be taken if mixing *auto() * with manually
804
+ specified values.
805
805
806
806
*auto * instances are only resolved when at the top level of an assignment:
807
807
You can’t perform that action at this time.
0 commit comments