Skip to content

Commit 629e091

Browse files
committed
Fix documentation typo
1 parent b937e99 commit 629e091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/cuda/core/experimental/_event.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ def handle(self) -> cuda.bindings.driver.CUevent:
205205

206206
@property
207207
def device(self) -> Device:
208-
"""Return the :obj:`~_device.Device` singleton associated with this tream.
208+
"""Return the :obj:`~_device.Device` singleton associated with this event.
209209
210210
Note
211211
----
212212
The current context on the device may differ from this
213213
event's context. This case occurs when a different CUDA
214-
context is set current after a stream is created.
214+
context is set current after a event is created.
215215
216216
"""
217217

0 commit comments

Comments
 (0)