Skip to content

Commit dc5b5d4

Browse files
committed
Fix some typos in some type annotations
1 parent 9117492 commit dc5b5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/creation_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Returns a new array having a specified `shape` and filled with `fill_value`.
143143

144144
- output array shape.
145145

146-
- **fill_value**: _Union\[ int, float ] ]_
146+
- **fill_value**: _Union\[ int, float ]_
147147

148148
- fill value.
149149

@@ -172,7 +172,7 @@ Returns a new array filled with `fill_value` and having the same `shape` as an i
172172

173173
- input array from which to derive the output array shape.
174174

175-
- **fill_value**: _Union\[ int, float ] ]_
175+
- **fill_value**: _Union\[ int, float ]_
176176

177177
- fill value.
178178

0 commit comments

Comments
 (0)