Skip to content

Commit e626ccd

Browse files
authored
Update README.rst
1 parent 5cb2f4f commit e626ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To read the gas sensor and temperature simply read the attributes:
6262

6363
.. code:: python
6464
65-
print("CO2: ", ccs.eCO2, " TVOC:", ccs.TVOC, " temp:", ccs.temperature)
65+
print("CO2: ", ccs.eco2, " TVOC:", ccs.tvoc, " temp:", ccs.temperature)
6666
6767
Contributing
6868
============
@@ -116,4 +116,4 @@ Now, once you have the virtual environment activated:
116116
117117
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
118118
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
119-
locally verify it will pass.
119+
locally verify it will pass.

0 commit comments

Comments
 (0)