Skip to content

Commit 12e9607

Browse files
committed
Fix typo
1 parent b178f4a commit 12e9607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/cuda/core/system/_temperature.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ cdef class Temperature:
186186
"""
187187
# NOTE: nvml.device_get_temperature_v takes a sensor type from the
188188
# TemperatorSensors enum, but there is only one value in that enum. For
189-
# future compatibility if there are other values for that enum, this if
189+
# future compatibility if there are other values for that enum, this is
190190
# a method, not a property
191191
return nvml.device_get_temperature_v(self._handle, nvml.TemperatureSensors.TEMPERATURE_GPU)
192192

0 commit comments

Comments
 (0)