Skip to content

Commit a88f29f

Browse files
committed
Add missing newline. It doesn't render as a list otherwise.
1 parent a957f4c commit a88f29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_tsl2591.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def gain(self, val):
171171
@property
172172
def integration_time(self):
173173
"""Get and set the integration time of the sensor. Can be a value of:
174+
174175
- `INTEGRATIONTIME_100MS` (100 millis)
175176
- `INTEGRATIONTIME_200MS` (200 millis)
176177
- `INTEGRATIONTIME_300MS` (300 millis)

0 commit comments

Comments
 (0)