Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)

This commit is contained in:
HongWeipeng 2019-09-21 13:22:54 +08:00 committed by Stéphane Wirtel
parent 7ce4bfa8cf
commit bb16fb2cb8
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,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
"""