diff --git a/Lib/enum.py b/Lib/enum.py index 6ef17c7f6dc..108d389d948 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -677,7 +677,7 @@ class Flag(Enum): Generate the next value when not given. name: the name of the member - start: the initital start value or None + start: the initial start value or None count: the number of existing members last_value: the last value assigned or None """