Skip to content

Commit 5125400

Browse files
committed
Added space after code block lines
1 parent 3160f8b commit 5125400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_drv2605.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,12 @@ def sequence(self) -> "_DRV2605_Sequence":
198198
199199
E.g.:
200200
.. code-block:: python
201+
201202
# Getting the effect stored in a slot
202203
slot_0_effect = drv.sequence[0]
203204
204205
.. code-block:: python
206+
205207
# Setting an Effect in the first sequence slot
206208
drv.sequence[0] = Effect(88)
207209
"""

0 commit comments

Comments
 (0)