summaryrefslogtreecommitdiff
path: root/docs/wipy/quickref.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2016-08-01 09:52:00 +1000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/wipy/quickref.rst
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
docs: Spelling mistakes
Diffstat (limited to 'docs/wipy/quickref.rst')
-rw-r--r--docs/wipy/quickref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst
index 6fd77a81b..3ce7e0132 100644
--- a/docs/wipy/quickref.rst
+++ b/docs/wipy/quickref.rst
@@ -205,7 +205,7 @@ See :ref:`network.Server <network.Server>` ::
server = Server(login=('user', 'password'), timeout=60)
server.timeout(300) # change the timeout
server.timeout() # get the timeout
- server.isrunning() # check wether the server is running or not
+ server.isrunning() # check whether the server is running or not
Heart beat LED
--------------