We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b178f4a commit 12e9607Copy full SHA for 12e9607
1 file changed
cuda_core/cuda/core/system/_temperature.pxi
@@ -186,7 +186,7 @@ cdef class Temperature:
186
"""
187
# NOTE: nvml.device_get_temperature_v takes a sensor type from the
188
# 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
+ # future compatibility if there are other values for that enum, this is
190
# a method, not a property
191
return nvml.device_get_temperature_v(self._handle, nvml.TemperatureSensors.TEMPERATURE_GPU)
192
0 commit comments