File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ For example::
6363
6464 .. method :: server.isrunning()
6565
66- Returns ``True `` is the server is running, ``False `` otherwise.
66+ Returns ``True `` if the server is running, ``False `` otherwise.
6767
6868.. only :: port_pyboard
6969
@@ -299,7 +299,7 @@ For example::
299299 class WLAN
300300 ==========
301301
302- This class provides a driver for WiFi network processor in the WiPy. Example usage::
302+ This class provides a driver for the WiFi network processor in the WiPy. Example usage::
303303
304304 import network
305305 import time
Original file line number Diff line number Diff line change 1414 >>> from machine import UART
1515 >>> import os
1616 >>> uart = UART(0, 115200)
17- >>> o .dupterm(uart)
17+ >>> os .dupterm(uart)
1818
1919Place this piece of code inside your `boot.py ` so that it's done automatically after
2020reset.
You can’t perform that action at this time.
0 commit comments