Skip to content

Commit 9730497

Browse files
committed
updated docstring
1 parent c5b7603 commit 9730497

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_tcs34725.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ def gain(self, val):
191191

192192
@property
193193
def interrupt(self):
194-
"""Return and clear the interrupt of the sensor. Returns a bool that's
195-
True if the interrupt is set. Can be set to False (and only False)
194+
"""True if the interrupt is set. Can be set to False (and only False)
196195
to clear the interrupt.
197196
"""
198197
return bool(self._read_u8(_REGISTER_STATUS) & _ENABLE_AIEN)

0 commit comments

Comments
 (0)