Skip to content

Commit 606e29a

Browse files
oscar-LTethanfurman
authored andcommitted
Update function doc_string for last_values arg
1 parent eec3993 commit 606e29a

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
@@ -1212,7 +1212,7 @@ def _generate_next_value_(name, start, count, last_values):
12121212
name: the name of the member
12131213
start: the initial start value or None
12141214
count: the number of existing members
1215-
last_value: the last value assigned or None
1215+
last_values: the list of values assigned
12161216
"""
12171217
incrementable_last_values = []
12181218
for val in last_values:

0 commit comments

Comments
 (0)