From 26d92fae14002ba3e63f2e6f2c789f05a56fb2b7 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Thu, 1 Mar 2018 20:57:50 -0600 Subject: [PATCH] sphinx fix --- adafruit_max31865.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/adafruit_max31865.py b/adafruit_max31865.py index c981af2..cdac0f4 100644 --- a/adafruit_max31865.py +++ b/adafruit_max31865.py @@ -171,12 +171,13 @@ class MAX31865: """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 faults are present: - - HIGHTHRESH - - LOWTHRESH - - REFINLOW - - REFINHIGH - - RTDINLOW - - OVUV + + - HIGHTHRESH + - LOWTHRESH + - REFINLOW + - REFINHIGH + - RTDINLOW + - OVUV """ faults = self._read_u8(_MAX31865_FAULTSTAT_REG) #pylint: disable=bad-whitespace