We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4beb14 commit 3be4121Copy full SHA for 3be4121
adafruit_max31856.py
@@ -242,7 +242,7 @@ def unpack_temperature(self) -> float:
242
243
@property
244
def reference_temperature(self):
245
- """Wait to retreive temperature of the cold junction in degrees Celsius. (read-only)"""
+ """Wait to retrieve temperature of the cold junction in degrees Celsius. (read-only)"""
246
self._perform_one_shot_measurement()
247
return self.unpack_reference_temperature()
248
0 commit comments