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_response(200)
|
||||||
self.send_header('content-type', 'text/html; charset=UTF-8')
|
self.send_header('content-type', 'text/html; charset=UTF-8')
|
||||||
|
|
||||||
content = '''\
|
content = '''\\
|
||||||
<html>
|
<html>
|
||||||
<head><title>SPDY FTW</title></head>
|
<head><title>SPDY FTW</title></head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue