Skip to content

Commit 405462e

Browse files
committed
fix sesnor.status doc string
1 parent 41a44da commit 405462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_sht31.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def heater(self, value=False):
127127

128128
@property
129129
def status(self):
130-
"""Return the Sensor status."""
130+
"""The Sensor status."""
131131
data = bytearray(2)
132132
self._command(SHT31_READSTATUS)
133133
with self.i2c_device as i2c:

0 commit comments

Comments
 (0)