Skip to content

Commit 884c0a7

Browse files
committed
Add "need"
1 parent f29b935 commit 884c0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/cuda/core/system/_device.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ cdef class Device:
133133
board serial identifier.
134134

135135
In the upstream NVML C++ API, the UUID includes a ``gpu-`` or ``mig-``
136-
prefix. If you a `uuid` without that prefix (for example, to interact
137-
with CUDA), use the `uuid_without_prefix` property.
136+
prefix. If you need a `uuid` without that prefix (for example, to
137+
interact with CUDA), use the `uuid_without_prefix` property.
138138
"""
139139
return nvml.device_get_uuid(self._handle)
140140

0 commit comments

Comments
 (0)