Skip to content

Commit e0c1208

Browse files
committed
correcting value in object
1 parent ed0c3e5 commit e0c1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_sgp40.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SGP40:
6363
.. code-block:: python
6464
6565
i2c = busio.I2C(board.SCL, board.SDA)
66-
ms = adafruit_sgp40.SGP40(i2c)
66+
sgp = adafruit_sgp40.SGP40(i2c)
6767
6868
Now you have access to the raw gas value using the :attr:`raw` attribute
6969

0 commit comments

Comments
 (0)