Skip to content

Commit

Permalink
Add missing newline. It doesn't render as a list otherwise.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Feb 6, 2018
1 parent a957f4c commit a88f29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_tsl2591.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a88f29f

Please sign in to comment.