Fix doctests.

This commit is contained in:
Ben Darnell 2015-07-04 13:41:34 -04:00
parent 41c5f6646f
commit 4fb7d402d7
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ and `~.RequestHandler.get_body_argument`.
.. testcode::
class MyFormHandler(RequestHandler):
class MyFormHandler(tornado.web.RequestHandler):
def get(self):
self.write('<html><body><form action="/myform" method="POST">'
'<input type="text" name="message">'