Skip to content

Commit 2587612

Browse files
committed
Replace tab with spaces
1 parent 70e3d1b commit 2587612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ the Raspberry Pi when the button is held for 2 seconds::
251251
from signal import pause
252252

253253
def shutdown():
254-
check_call(['sudo', 'poweroff'])
254+
check_call(['sudo', 'poweroff'])
255255

256256
shutdown_btn = Button(17, hold_time=2)
257257
shutdown_btn.when_held = shutdown

0 commit comments

Comments
 (0)