Skip to content

Commit a633d77

Browse files
authored
docs: update copy
1 parent 7086cdf commit a633d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/array_api_stubs/_draft/info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ def default_device() -> device:
8080
Returns
8181
-------
8282
out: device
83-
an object corresponding to the default device or ``None``.
84-
A conforming array library may return ``None`` if the default device is not
85-
predictable due to library specific device placement rules.
83+
an object (including ``None``) corresponding to the default device.
8684
8785
Notes
8886
-----
8987
88+
- A conforming array library may return ``None`` if the default device is not predictable due to library specific device placement rules.
89+
9090
.. versionadded: 2023.12
9191
"""
9292

0 commit comments

Comments
 (0)