Skip to content

Commit 7e2483f

Browse files
committed
Change List to Sequence in result_type annotation
1 parent 4db58df commit 7e2483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/utility_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If mixed dtypes (e.g. integer and floating-point) are used, the output of
7979

8080
#### Parameters
8181

82-
- **arrays_and_dtypes**: _List\[Union\[<array>, <dtype>\]\];_
82+
- **arrays_and_dtypes**: _Sequence\[Union\[<array>, <dtype>\]\];_
8383

8484
- input arrays and dtypes.
8585

0 commit comments

Comments
 (0)