Skip to content

Commit 3b24e83

Browse files
author
danicampora
committed
docs/wipy: Fix formatting indentation.
1 parent bb48906 commit 3b24e83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/wipy/tutorial/reset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ There are soft resets and hard resets.
77
but leaves hardware peripherals unaffected. To do a soft reset, simply press
88
**Ctrl+D** on the REPL, or within a script do::
99

10-
import sys
11-
sys.exit()
10+
import sys
11+
sys.exit()
1212

1313
- A hard reset is the same as performing a power cycle to the board. In order to
1414
hard reset the WiPy, press the switch on the board or::

0 commit comments

Comments
 (0)