Fix doctests.
This commit is contained in:
parent
41c5f6646f
commit
4fb7d402d7
|
@ -120,7 +120,7 @@ and `~.RequestHandler.get_body_argument`.
|
||||||
|
|
||||||
.. testcode::
|
.. testcode::
|
||||||
|
|
||||||
class MyFormHandler(RequestHandler):
|
class MyFormHandler(tornado.web.RequestHandler):
|
||||||
def get(self):
|
def get(self):
|
||||||
self.write('<html><body><form action="/myform" method="POST">'
|
self.write('<html><body><form action="/myform" method="POST">'
|
||||||
'<input type="text" name="message">'
|
'<input type="text" name="message">'
|
||||||
|
|
Loading…
Reference in New Issue