Skip to content

Commit a391844

Browse files
authored
Merge pull request #2082 from IntelPython/peer-access-follow-up
Change docstring in `can_access_peer` method
2 parents 3d71288 + ca4f41c commit a391844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/_sycl_device.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,8 +1885,8 @@ cdef class SyclDevice(_SyclDevice):
18851885
``memory_scope::system`` when modifying memory on a peer
18861886
device.
18871887
1888-
If ``False`` is returned, these operations result in
1889-
undefined behavior.
1888+
If ``False`` is returned, these operations result in
1889+
undefined behavior.
18901890
18911891
Default: ``"access_supported"``
18921892

0 commit comments

Comments
 (0)