Skip to content

Commit 4ddeaca

Browse files
authored
docs: highlight RFC 2119 keywords in data type functions
PR-URL: #958 Ref: #397
1 parent 58d2d3c commit 4ddeaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/data_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def __eq__(self: dtype, other: dtype, /) -> bool:
1111
Parameters
1212
----------
1313
self: dtype
14-
data type instance. May be any supported data type.
14+
data type instance. **Should** be any supported data type.
1515
other: dtype
16-
other data type instance. May be any supported data type.
16+
other data type instance. **Should** be any supported data type.
1717
1818
Returns
1919
-------

0 commit comments

Comments
 (0)