diff options
author | danicampora <daniel@wipy.io> | 2015-10-22 16:22:02 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-22 16:35:04 +0200 |
commit | 4efed58df157a88c30c0ae7307ea2bb5585a5f23 (patch) | |
tree | 3651ba26dbc8cc443f825f35bc1c81328a6f1a49 /docs/wipy/tutorial/repl.rst | |
parent | 0212dc65b7a81f14e2ba83f92849c9b03517b738 (diff) |
docs: Fix typos on wipy docs.
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-rw-r--r-- | docs/wipy/tutorial/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst index 95aae54c3..56c434f5a 100644 --- a/docs/wipy/tutorial/repl.rst +++ b/docs/wipy/tutorial/repl.rst @@ -14,7 +14,7 @@ do:: >>> from machine import UART >>> import os >>> uart = UART(0, 115200) - >>> o.dupterm(uart) + >>> os.dupterm(uart) Place this piece of code inside your `boot.py` so that it's done automatically after reset. |