Skip to content

Commit 0f8dcba

Browse files
authored
Merge pull request #2 from kattni/docs-fix
Docs fix.
2 parents f937574 + 85820b6 commit 0f8dcba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_vcnl4040.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
111111
This example prints the proximity data. Move your hand towards the sensor to see the values
112112
change.
113113
114-
..code-block:: python
114+
.. code-block:: python
115115
116116
import time
117117
import board
@@ -169,7 +169,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
169169
170170
This example prints the ambient light data. Cover the sensor to see the values change.
171171
172-
..code-block:: python
172+
.. code-block:: python
173173
174174
import time
175175
import board
@@ -194,7 +194,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
194194
This example sets the ambient light integration time to 640ms and prints the ambient light
195195
sensor data.
196196
197-
..code-block:: python
197+
.. code-block:: python
198198
199199
import time
200200
import board
@@ -231,7 +231,7 @@ class VCNL4040: # pylint: disable=too-few-public-methods
231231
232232
This example prints the white light data. 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)