Skip to content

Commit cdf1a74

Browse files
authored
Merge pull request adafruit#2 from kattni/docs-fix
Docs fix.
2 parents 3439e8d + dd5e656 commit cdf1a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

adafruit_veml7700.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class VEML7700:
9898
9999
This example prints the ambient light data. Cover the sensor to see the values change.
100100
101-
..code-block:: python
101+
.. code-block:: python
102102
103103
import time
104104
import board
@@ -119,7 +119,7 @@ class VEML7700:
119119
120120
This example prints the white light data. Cover the sensor to see the values change.
121121
122-
..code-block:: python
122+
.. code-block:: python
123123
124124
import time
125125
import board
@@ -145,7 +145,7 @@ class VEML7700:
145145
146146
This example sets the ambient light gain to 2 and prints the ambient light sensor data.
147147
148-
..code-block:: python
148+
.. code-block:: python
149149
150150
import time
151151
import board
@@ -169,7 +169,7 @@ class VEML7700:
169169
This example sets the ambient light integration time to 400ms and prints the ambient light
170170
sensor data.
171171
172-
..code-block:: python
172+
.. code-block:: python
173173
174174
import time
175175
import board
@@ -231,7 +231,7 @@ def lux(self):
231231
232232
This example prints the light data in lux. Cover the sensor to see the values change.
233233
234-
..code-block:: python
234+
.. code-block:: python
235235
236236
import time
237237
import board

0 commit comments

Comments
 (0)