Skip to content

Commit bb16fb2

Browse files
hongweipengmatrixise
authored andcommitted
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
1 parent 7ce4bfa commit bb16fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def _generate_next_value_(name, start, count, last_values):
672672
Generate the next value when not given.
673673
674674
name: the name of the member
675-
start: the initital start value or None
675+
start: the initial start value or None
676676
count: the number of existing members
677677
last_value: the last value assigned or None
678678
"""

0 commit comments

Comments
 (0)