Skip to content

Commit 47750ca

Browse files
committed
change list type to Iterator
1 parent c109a73 commit 47750ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
PARAM_TYPE_OVERRIDES = {
2929
"boolean[]": "Iterator[bool]",
30-
"char[]": "list[chr]",
30+
"char[]": "Iterator[chr]",
3131
"java.lang.String[]": "list[str]",
3232
"float[]": "Iterator[float]",
3333
"float[][]": "Iterator[Iterator[float]]",

0 commit comments

Comments
 (0)