From ce166e6b68b7fafb73a99fd64081f8a4155fe22a Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Mon, 1 Aug 2016 09:52:00 +1000 Subject: docs: Spelling mistakes --- docs/wipy/quickref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/wipy/quickref.rst') diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst index 6fd77a81bd..3ce7e01325 100644 --- a/docs/wipy/quickref.rst +++ b/docs/wipy/quickref.rst @@ -205,7 +205,7 @@ See :ref:`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 -------------- -- cgit v1.2.3