Skip to content

Commit e66769f

Browse files
author
Diptorup Deb
committed
Fix typo in docstring
1 parent ac18c54 commit e66769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/sycl_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create_queue_from_filter_selector():
2828
"""Create queue for a GPU device or,
2929
if it is not available, for a CPU device.
3030
31-
Create in-order queue with profilign enabled.
31+
Create in-order queue with profiling enabled.
3232
"""
3333
q = dpctl.SyclQueue("gpu,cpu", property=("in_order", "enable_profiling"))
3434
print("Queue {} is in order: {}".format(q, q.is_in_order))

0 commit comments

Comments
 (0)