diff --git a/adafruit_dps310.py b/adafruit_dps310.py index 653d11d..21af478 100644 --- a/adafruit_dps310.py +++ b/adafruit_dps310.py @@ -297,7 +297,7 @@ def reset(self): @property def pressure(self): - """Returns the current pressure reading in kPA""" + """Returns the current pressure reading in hPA""" temp_reading = self._raw_temperature raw_temperature = self._twos_complement(temp_reading, 24)