Skip to content

Commit 26d92fa

Browse files
committed
sphinx fix
1 parent 1b3997e commit 26d92fa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

adafruit_max31865.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,13 @@ def fault(self):
171171
"""The fault state of the sensor. Use ``clear_faults()`` to clear the
172172
fault state. Returns a 6-tuple of boolean values which indicate if any
173173
faults are present:
174-
- HIGHTHRESH
175-
- LOWTHRESH
176-
- REFINLOW
177-
- REFINHIGH
178-
- RTDINLOW
179-
- OVUV
174+
175+
- HIGHTHRESH
176+
- LOWTHRESH
177+
- REFINLOW
178+
- REFINHIGH
179+
- RTDINLOW
180+
- OVUV
180181
"""
181182
faults = self._read_u8(_MAX31865_FAULTSTAT_REG)
182183
#pylint: disable=bad-whitespace

0 commit comments

Comments
 (0)