From: Mason Larobina Date: Sat, 25 Jul 2009 23:01:14 +0000 (+0800) Subject: Update docstring. X-Git-Url: https://vcs.maemo.org/git/?p=uzbl-mobile;a=commitdiff_plain;h=b2729b628bf4b7f53c97b046ce460318bbd40242 Update docstring. --- diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py index 79226f3..80b421f 100755 --- a/examples/data/uzbl/scripts/cookie_daemon.py +++ b/examples/data/uzbl/scripts/cookie_daemon.py @@ -182,8 +182,7 @@ class CookieMonster: def handle_request(self, client_socket): - '''Connection has been made by uzbl instance now to serve - cookie PUT or GET request.''' + '''Connection made, now to serve a cookie PUT or GET request.''' # Receive full request from client. data = client_socket.recv(4096)