From 0465188677d829ba1656bce3aab0d6ec24e7d01c Mon Sep 17 00:00:00 2001 From: Niall Donegan Date: Mon, 20 Jul 2015 17:25:41 +0100 Subject: [PATCH] Typo fix in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 495a043..8ef2b1b 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Low Level API example:: print "Sending 'Hello, World'..." ws.send("Hello, World") print "Sent" - print "Reeiving..." + print "Receiving..." result = ws.recv() print "Received '%s'" % result ws.close()