mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
This commit is contained in:
parent
7ce4bfa8cf
commit
bb16fb2cb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue