python: Escape '\' in server example code

This commit is contained in:
Tatsuhiro Tsujikawa 2012-09-13 23:10:47 +09:00
parent d1456a8136
commit a4c7f17aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '''\\
<html>
<head><title>SPDY FTW</title></head>
<body>