From 0fa488cfb48666b8348a944cc0468e357c757db5 Mon Sep 17 00:00:00 2001 From: "Richard Horton (hortonr6)" Date: Fri, 24 Nov 2017 10:33:58 +0000 Subject: [PATCH] Fixed typo in docstring --- Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.py b/Client.py index 97d3ab2..20700c2 100644 --- a/Client.py +++ b/Client.py @@ -57,7 +57,7 @@ def receiveMessage(i): #Richard message = thisSocket.recv(1024).decode() def sendMessage(event=None): #Richard - '''Waits for the user to enter a messasge in the text entry box in the + '''Waits for the user to enter a message in the text entry box in the interface and then takes this input from the user and feeds it to the chatbot/server, allowing it to respond to the input appropriately.'''