diff options
Diffstat (limited to 'docs/wipy/tutorial/reset.rst')
-rw-r--r-- | docs/wipy/tutorial/reset.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/tutorial/reset.rst b/docs/wipy/tutorial/reset.rst index cc85aaa6ee..ece28498b8 100644 --- a/docs/wipy/tutorial/reset.rst +++ b/docs/wipy/tutorial/reset.rst @@ -43,7 +43,7 @@ Factory reset the filesystem ---------------------------- If you WiPy's filesystem gets corrupted (very unlikely, but possible), you -can format it very easily byt doing:: +can format it very easily by doing:: >>> import os >>> os.mkfs('/flash') |