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

(cherry picked from commit bb16fb2cb8)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
This commit is contained in:
Miss Islington (bot) 2019-09-20 22:41:35 -07:00 committed by GitHub
parent 960f52adc9
commit f4e0ceb211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""