Skip to content

Commit f0567a7

Browse files
committed
Fixed code block
1 parent 282fc5e commit f0567a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ducky.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class Ducky:
107107
Now, set up a loop which will run a line of the script every time `loop` is called.
108108
109109
.. code-block:: python
110+
110111
result = True
111112
while result is not False:
112113
result = duck.loop()

0 commit comments

Comments
 (0)