docs: Fix typos on wipy docs.

This commit is contained in:
danicampora
2015-10-22 16:22:02 +02:00
parent 0212dc65b7
commit 4efed58df1
2 changed files with 3 additions and 3 deletions

View File

@@ -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.