Commit bb16fb2c authored by HongWeipeng's avatar HongWeipeng Committed by Stéphane Wirtel

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

parent 7ce4bfa8
......@@ -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
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment