From a4c7f17aa226ffbbf9a3e590cabc3522289a02df Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 13 Sep 2012 23:10:47 +0900 Subject: [PATCH] python: Escape '\' in server example code --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4d30a78..9d52327 100644 --- a/python/setup.py +++ b/python/setup.py @@ -79,7 +79,7 @@ Here is a simple SPDY server:: self.send_response(200) self.send_header('content-type', 'text/html; charset=UTF-8') - content = '''\ + content = '''\\ SPDY FTW