From: Ben Darnell Date: Sat, 4 Jul 2015 17:41:34 +0000 (-0400) Subject: Fix doctests. X-Git-Tag: v4.3.0b1~89^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb7d402d76b48e322c0fd7931fcaea50ab17cd4;p=thirdparty%2Ftornado.git Fix doctests. --- diff --git a/docs/guide/structure.rst b/docs/guide/structure.rst index d8ad341f0..f0829df0a 100644 --- a/docs/guide/structure.rst +++ b/docs/guide/structure.rst @@ -120,7 +120,7 @@ and `~.RequestHandler.get_body_argument`. .. testcode:: - class MyFormHandler(RequestHandler): + class MyFormHandler(tornado.web.RequestHandler): def get(self): self.write('
' ''