Skip to content

Commit 1adf3ff

Browse files
committed
not-markdown?
1 parent 3eb9a73 commit 1adf3ff

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
@@ -26,7 +26,8 @@ This is easily achieved by downloading
2626
Usage Example
2727
=============
2828

29-
```
29+
.. code:: python
30+
3031
import board
3132
import busio
3233
import time
@@ -44,7 +45,6 @@ while True:
4445
co2eq, tvoc = sgp30.sgp_iaq_measure()
4546
print("CO2eq = %d ppm \t TVOC = %d ppb" % (co2eq, tvoc))
4647
time.sleep(1)
47-
```
4848

4949
Contributing
5050
============

0 commit comments

Comments
 (0)