Skip to content

Commit 5942918

Browse files
fixed docstring type in SyclQueue.equals (#365)
1 parent 99d8c74 commit 5942918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_queue.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ cdef class SyclQueue(_SyclQueue):
521521

522522
cpdef cpp_bool equals(self, SyclQueue q):
523523
""" Returns true if the SyclQueue argument has the same _queue_ref
524-
as this SycleQueue.
524+
as this SyclQueue.
525525
"""
526526
return DPCTLQueue_AreEq(self._queue_ref, q.get_queue_ref())
527527

0 commit comments

Comments
 (0)