python: Escape '\' in server example code
This commit is contained in:
parent
d1456a8136
commit
a4c7f17aa2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue