Merge pull request #1217 from noxiouz/http_server_doc__fix

Fix an example in docstring of HTTPServer
This commit is contained in:
Ben Darnell 2014-10-10 10:40:03 -04:00
commit 1eeea5d4ec
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class HTTPServer(TCPServer, httputil.HTTPServerConnectionDelegate):
import tornado.httpserver
import tornado.ioloop
from tornado import httputil
def handle_request(request):
message = "You requested %s\n" % request.uri