Skip to content

Commit 1c73ffd

Browse files
Bas van Beekrgommers
Bas van Beek
andcommitted
Explicitly state that variadic parameters can take an arbitrary number of objects
Co-Authored-By: Ralf Gommers <ralf.gommers@gmail.com>
1 parent e9fbd45 commit 1c73ffd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/API_specification/creation_functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Returns coordinate matrices from coordinate vectors.
306306
307307
- **arrays**: _&lt;array&gt;_
308308
309-
- one-dimensional arrays representing grid coordinates. Must have a numeric data type.
309+
- an arbitrary number of one-dimensional arrays representing grid coordinates. Must have numeric data types.
310310
311311
- **indexing**: _str_
312312

spec/API_specification/data_type_functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Broadcasts one or more arrays against one another.
1616

1717
- **arrays**: _&lt;array&gt;_
1818

19-
- arrays to broadcast.
19+
- an arbitrary number of to-be broadcasted arrays.
2020

2121
#### Returns
2222

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

137137
- **arrays_and_dtypes**: _Union\[ &lt;array&gt;, &lt;dtype&gt; \]_
138138

139-
- input arrays and dtypes.
139+
- an arbitrary number of input arrays and/or dtypes.
140140

141141
#### Returns
142142

0 commit comments

Comments
 (0)