Skip to content

Commit 0dfcfed

Browse files
committed
State None as a possible value of stream argument in docstrings
1 parent de9d72a commit 0dfcfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def to_device(self, device, /, *, stream=None):
16981698
corresponding to a non-partitioned SYCL device, an instance of
16991699
:class:`dpctl.SyclQueue`, or a :class:`dpctl.tensor.Device` object
17001700
returned by :obj:`dpnp.dpnp_array.dpnp_array.device` property.
1701-
stream : SyclQueue, optional
1701+
stream : {SyclQueue, None}, optional
17021702
Execution queue to synchronize with. If ``None``, synchronization
17031703
is not performed.
17041704
Default: ``None``.

0 commit comments

Comments
 (0)