mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
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:
parent
960f52adc9
commit
f4e0ceb211
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,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…
Add table
Add a link
Reference in a new issue