Skip to content

Commit 042a99a

Browse files
committed
Update specification for linspace
Addresses comments in gh-85 and gh-107
1 parent 6a3a411 commit 042a99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/creation_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Returns a new array filled with `fill_value` and having the same `shape` as an i
248248
- an array having the same shape as `x` and where every element is equal to `fill_value`.
249249
250250
(function-linspace)=
251-
### linspace(start, stop, num, /, *, dtype=None, device=None, endpoint=True)
251+
### linspace(start, stop, /, num, *, dtype=None, device=None, endpoint=True)
252252
253253
Returns evenly spaced numbers over a specified interval.
254254

0 commit comments

Comments
 (0)