changeset 16:686b998428de

Update typo in README
author Ben Croston <ben@croston.org>
date Mon, 05 Sep 2011 21:23:53 +0100
parents 3c19ae16fc7a
children 0dacc8e37fd9
files README.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Sep 05 21:18:18 2011 +0100
+++ b/README.txt	Mon Sep 05 21:23:53 2011 +0100
@@ -23,7 +23,7 @@
             return 'Something', myvar
 
     application = AuthRPCApp(api(), auth=myauth)
-    return simple_server.make_server('localhost', 1234, application)
+    simple_server.make_server('localhost', 1234, application)
 
 Example Usage (Client):