diff options
author | Martijn Koster <mak-github@greenhills.co.uk> | 2015-10-26 19:41:14 +0000 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-26 23:36:51 +0100 |
commit | a13d22f92177e3b33145aaeaed60e97e0dd540ce (patch) | |
tree | f3eb86b6683b51e925946e90d2550e2cb5455582 /docs/wipy/tutorial/repl.rst | |
parent | 19502957357aadf04015fd55272ae051d9fb0f23 (diff) |
docs/wipy: Fix several typos and change some pyboard to WiPy.
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index 56c434f5a..87b296f88 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -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. |