We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7086cdf commit a633d77Copy full SHA for a633d77
src/array_api_stubs/_draft/info.py
@@ -80,13 +80,13 @@ def default_device() -> device:
80
Returns
81
-------
82
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.
+ an object (including ``None``) corresponding to the default device.
86
87
Notes
88
-----
89
+ - A conforming array library may return ``None`` if the default device is not predictable due to library specific device placement rules.
+
90
.. versionadded: 2023.12
91
"""
92
0 commit comments