diff options
author | danicampora <daniel@wipy.io> | 2015-10-21 15:43:02 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:43:02 +0200 |
commit | 3b24e83731c4eeefb0965114a3957f0060150968 (patch) | |
tree | 9ea4442c16b395b41ea9a09d0cf91bc906fc9155 /docs/wipy | |
parent | bb489066e8abe790ed3eb0e8707ed957e1ee6326 (diff) | |
download | micropython-3b24e83731c4eeefb0965114a3957f0060150968.tar.gz micropython-3b24e83731c4eeefb0965114a3957f0060150968.zip |
docs/wipy: Fix formatting indentation.
Diffstat (limited to 'docs/wipy')
-rw-r--r-- | docs/wipy/tutorial/reset.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wipy/tutorial/reset.rst b/docs/wipy/tutorial/reset.rst index 211969e696..cc85aaa6ee 100644 --- a/docs/wipy/tutorial/reset.rst +++ b/docs/wipy/tutorial/reset.rst @@ -7,8 +7,8 @@ There are soft resets and hard resets. but leaves hardware peripherals unaffected. To do a soft reset, simply press **Ctrl+D** on the REPL, or within a script do:: - import sys - sys.exit() + import sys + sys.exit() - A hard reset is the same as performing a power cycle to the board. In order to hard reset the WiPy, press the switch on the board or:: |