Skip to content

Commit 06f4ab2

Browse files
authored
Update adafruit_mlx90393.py
Fix copy and paste typo
1 parent 95bfe5e commit 06f4ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mlx90393.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def temperature_oversampling(self) -> int:
422422
"""The temperature sensor oversampling level."""
423423
return self._osr2
424424

425-
@oversampling.setter
425+
@temperature_oversampling.setter
426426
def temperature_oversampling(self, level: int) -> None:
427427
if level not in range(4):
428428
raise ValueError("Incorrect oversampling level.")

0 commit comments

Comments
 (0)