Skip to content

Commit 7038c9c

Browse files
authored
Fix rendering (#198)
1 parent 64cad4b commit 7038c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/API_specification/type_promotion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ a compatible type and value to the array dtype:
108108
- Python `bool` for a `bool` array dtype,
109109
- a Python `int` within the [bounds](data-types) of the given dtype for integer array dtypes,
110110
- a Python `int` or `float` for floating-point array dtypes
111+
111112
The expected behavior is then equivalent to:
112113

113114
1. Convert the scalar to a 0-D array with the same dtype as that of the array

0 commit comments

Comments
 (0)