Skip to content

Commit 3be4121

Browse files
eirinnmdhalbert
andauthored
Spelling fix
Co-authored-by: Dan Halbert <[email protected]>
1 parent d4beb14 commit 3be4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31856.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def unpack_temperature(self) -> float:
242242

243243
@property
244244
def reference_temperature(self):
245-
"""Wait to retreive temperature of the cold junction in degrees Celsius. (read-only)"""
245+
"""Wait to retrieve temperature of the cold junction in degrees Celsius. (read-only)"""
246246
self._perform_one_shot_measurement()
247247
return self.unpack_reference_temperature()
248248

0 commit comments

Comments
 (0)