sphinx fix

This commit is contained in:
sommersoft 2018-03-01 20:57:50 -06:00
parent 1b3997e21f
commit 26d92fae14
1 changed files with 7 additions and 6 deletions

View File

@ -171,12 +171,13 @@ class MAX31865:
"""The fault state of the sensor. Use ``clear_faults()`` to clear the """The fault state of the sensor. Use ``clear_faults()`` to clear the
fault state. Returns a 6-tuple of boolean values which indicate if any fault state. Returns a 6-tuple of boolean values which indicate if any
faults are present: faults are present:
- HIGHTHRESH
- LOWTHRESH - HIGHTHRESH
- REFINLOW - LOWTHRESH
- REFINHIGH - REFINLOW
- RTDINLOW - REFINHIGH
- OVUV - RTDINLOW
- OVUV
""" """
faults = self._read_u8(_MAX31865_FAULTSTAT_REG) faults = self._read_u8(_MAX31865_FAULTSTAT_REG)
#pylint: disable=bad-whitespace #pylint: disable=bad-whitespace