From 4efed58df157a88c30c0ae7307ea2bb5585a5f23 Mon Sep 17 00:00:00 2001 From: danicampora Date: Thu, 22 Oct 2015 16:22:02 +0200 Subject: docs: Fix typos on wipy docs. --- docs/wipy/tutorial/repl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/wipy') 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. -- cgit v1.2.3