Skip to content
Permalink
Browse files
Fixed typo in docstring
  • Loading branch information
hortonr6 committed Nov 24, 2017
1 parent 41095fd commit 0fa488cfb48666b8348a944cc0468e357c757db5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -57,7 +57,7 @@ def receiveMessage(i): #Richard
message = thisSocket.recv(1024).decode() message = thisSocket.recv(1024).decode()


def sendMessage(event=None): #Richard 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 interface and then takes this input from the user and feeds it to the
chatbot/server, allowing it to respond to the input appropriately.''' chatbot/server, allowing it to respond to the input appropriately.'''


0 comments on commit 0fa488c

Please sign in to comment.