Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
This commit is contained in:
parent
7ce4bfa8cf
commit
bb16fb2cb8
|
@ -672,7 +672,7 @@ class Flag(Enum):
|
||||||
Generate the next value when not given.
|
Generate the next value when not given.
|
||||||
|
|
||||||
name: the name of the member
|
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
|
count: the number of existing members
|
||||||
last_value: the last value assigned or None
|
last_value: the last value assigned or None
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue