Skip to content

Commit f0a1905

Browse files
authored
chore: fix missing markup
1 parent b0c788e commit f0a1905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def nonzero(x: array, /) -> Tuple[array, ...]:
104104
Parameters
105105
----------
106106
x: array
107-
input array. **Must** have one or more dimensions. If ``x`` is zero-dimensional, the function must raise an exception.
107+
input array. **Must** have one or more dimensions. If ``x`` is zero-dimensional, the function **must** raise an exception.
108108
109109
Returns
110110
-------

0 commit comments

Comments
 (0)