docs/wipy: Fix several typos and change some pyboard to WiPy.

This commit is contained in:
Martijn Koster
2015-10-26 19:41:14 +00:00
committed by danicampora
parent 1950295735
commit a13d22f921
4 changed files with 9 additions and 9 deletions

View File

@@ -82,10 +82,10 @@ MicroPython prompt, i.e. ``>>>``. Let's make sure it is working with the obliga
In the above, you should not type in the ``>>>`` characters. They are there to
indicate that you should type the text after it at the prompt. In the end, once
you have entered the text ``print("hello pyboard!")`` and pressed Enter, the output
you have entered the text ``print("hello WiPy!")`` and pressed Enter, the output
on your screen should look like it does above.
If you already know some python you can now try some basic commands here.
If you already know some Python you can now try some basic commands here.
If any of this is not working you can try either a hard reset or a soft reset;
see below.