Skip to content

Commit 6d65657

Browse files
vzhurba01leofang
andauthored
Align true for documentation
Co-authored-by: Leo Fang <leo80042@gmail.com>
1 parent 76d28fc commit 6d65657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/docs/source/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ This example uses the following types:
393393
* `int` is `np.uint32`
394394
* `float` is `np.float32`
395395
* `int*` and `float*` is `np.uint64`
396-
* `testStruct` is a custom user type `np.dtype([("value", np.int32)])`
396+
* `testStruct` is a custom user type `np.dtype([("value", np.int32)], align=True)`
397397

398398
Note how both of the pointers are `np.uint64` since the pointers values are always a representation of an address space.
399399

0 commit comments

Comments
 (0)