Skip to content

Commit e9fbd45

Browse files
committed
Remove the Sequence encapsulation of variadic parameters
1 parent 70fcdd7 commit e9fbd45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/API_specification/creation_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Returns coordinate matrices from coordinate vectors.
304304
305305
#### Parameters
306306
307-
- **arrays**: _Sequence\[ <array> ]_
307+
- **arrays**: _<array>_
308308
309309
- one-dimensional arrays representing grid coordinates. Must have a numeric data type.
310310

spec/API_specification/data_type_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Broadcasts one or more arrays against one another.
1414

1515
#### Parameters
1616

17-
- **arrays**: _Sequence\[ <array> ]_
17+
- **arrays**: _<array>_
1818

1919
- arrays to broadcast.
2020

@@ -134,7 +134,7 @@ If provided mixed dtypes (e.g., integer and floating-point), the returned dtype
134134

135135
#### Parameters
136136

137-
- **arrays_and_dtypes**: _Sequence\[ Union\[ <array>, <dtype> \] \]_
137+
- **arrays_and_dtypes**: _Union\[ <array>, <dtype> \]_
138138

139139
- input arrays and dtypes.
140140

0 commit comments

Comments
 (0)