diff --git a/src/array_api_stubs/_draft/info.py b/src/array_api_stubs/_draft/info.py index fd3ea9e84..5b064d5a4 100644 --- a/src/array_api_stubs/_draft/info.py +++ b/src/array_api_stubs/_draft/info.py @@ -80,11 +80,13 @@ def default_device() -> device: Returns ------- out: device - an object corresponding to the default device. + an object (including ``None``) corresponding to the default device. Notes ----- + - A conforming array library may return ``None`` if the default device is not predictable due to library specific device placement rules. + .. versionadded: 2023.12 """