Skip to content

Commit 335b9f0

Browse files
Fixed sentence structure per PR review
1 parent 9b5754d commit 335b9f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpctl/_sycl_timer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ class SyclTimer:
7474
exit of the context and uses profiling information from events
7575
associated with these submissions to perform the timing. Thus
7676
:class:`dpctl.SyclTimer` requires the queue with "enable_profiling"
77-
property. In order to be able to collect the profiling information
78-
the property, the `dt` method ensures that both submitted barriers
79-
complete their execution and thus effectively synchronizes the queue.
77+
property. In order to be able to collect the profiling information,
78+
the `dt` property ensures that both submitted barriers complete their
79+
execution and thus effectively synchronizes the queue.
8080
8181
Args:
8282
host_timer (callable): A callable such that host_timer() returns current

0 commit comments

Comments
 (0)