Skip to content

Commit 5f791fa

Browse files
committed
argh another typo
1 parent 2d50c2a commit 5f791fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyvips/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def values_for_enum(gtype):
122122

123123
# -1 since we always have a "last" member.
124124
return [_to_string(g_enum_class.values[i].value_nick)
125-
for i in range(g_enum_class.n_values - 1))]
125+
for i in range(g_enum_class.n_values - 1)]
126126

127127
def values_for_flag(gtype):
128128
"""Get all values for a flag (gtype)."""

0 commit comments

Comments
 (0)