Skip to content

Commit 9f00521

Browse files
committed
Fix code block formatting
1 parent 17f16db commit 9f00521

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_drv2605.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,12 @@ def sequence(self) -> "_DRV2605_Sequence":
197197
values and the associated waveform / effect.
198198
199199
E.g.:
200+
200201
.. code-block:: python
201202
202203
# Getting the effect stored in a slot
203204
slot_0_effect = drv.sequence[0]
204205
205-
.. code-block:: python
206-
207206
# Setting an Effect in the first sequence slot
208207
drv.sequence[0] = Effect(88)
209208
"""

0 commit comments

Comments
 (0)