Skip to content

Commit 4efed58

Browse files
author
danicampora
committed
docs: Fix typos on wipy docs.
1 parent 0212dc6 commit 4efed58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/library/network.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/wipy/tutorial/repl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do::
1414
>>> from machine import UART
1515
>>> import os
1616
>>> uart = UART(0, 115200)
17-
>>> o.dupterm(uart)
17+
>>> os.dupterm(uart)
1818

1919
Place this piece of code inside your `boot.py` so that it's done automatically after
2020
reset.

0 commit comments

Comments
 (0)