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/library | |
parent | 0212dc65b7a81f14e2ba83f92849c9b03517b738 (diff) | |
download | micropython-4efed58df157a88c30c0ae7307ea2bb5585a5f23.tar.gz micropython-4efed58df157a88c30c0ae7307ea2bb5585a5f23.zip |
docs: Fix typos on wipy docs.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/network.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst index 8522ee2948..d4725055a8 100644 --- a/docs/library/network.rst +++ b/docs/library/network.rst @@ -63,7 +63,7 @@ For example:: .. method:: server.isrunning() - Returns ``True`` is the server is running, ``False`` otherwise. + Returns ``True`` if the server is running, ``False`` otherwise. .. only:: port_pyboard @@ -299,7 +299,7 @@ For example:: class WLAN ========== - This class provides a driver for WiFi network processor in the WiPy. Example usage:: + This class provides a driver for the WiFi network processor in the WiPy. Example usage:: import network import time |