Skip to content

Commit 3c8eda4

Browse files
committed
Minor change in Events documentation
Signed-off-by: Deepanshu <deepanshu2017@gmail.com>
1 parent eb5b243 commit 3c8eda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Both Host and Device Event classes add number (1 to 10) as their
1212
suffix to create Event for that number of particles and the type
1313
(host or device) is added as their prefix.
1414

15-
HOST
15+
Host
1616
====
1717

1818
The host is generally defined as the CPU. This class is a wrapper of C++
@@ -85,7 +85,7 @@ The Events classes also provide a pythonic way to access the events with the
8585
print(event[1]) # (0.0, (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0), (0.0, 0.0, 0.0, 0.0))
8686
8787
88-
DEVICE
88+
Device
8989
======
9090

9191
The device is defined as the GPU and any other multicore CPU. The device Event

0 commit comments

Comments
 (0)