From a88f29f899f5168f0035cbb0180f7ad02869576b Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 6 Feb 2018 11:18:00 -0800 Subject: [PATCH] Add missing newline. It doesn't render as a list otherwise. --- adafruit_tsl2591.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adafruit_tsl2591.py b/adafruit_tsl2591.py index a3e6cca..fa785f0 100644 --- a/adafruit_tsl2591.py +++ b/adafruit_tsl2591.py @@ -171,6 +171,7 @@ def gain(self, val): @property def integration_time(self): """Get and set the integration time of the sensor. Can be a value of: + - `INTEGRATIONTIME_100MS` (100 millis) - `INTEGRATIONTIME_200MS` (200 millis) - `INTEGRATIONTIME_300MS` (300 millis)