From: Ben Darnell Date: Sun, 6 Jul 2014 15:10:09 +0000 (-0400) Subject: Fix outdated variable name in docs. X-Git-Tag: v4.0.0b3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9788e4f1edacc1c45ab4ebf3ea546eebe4621474;p=thirdparty%2Ftornado.git Fix outdated variable name in docs. --- diff --git a/tornado/web.py b/tornado/web.py index 2bb9ba42a..eb2f9db0c 100644 --- a/tornado/web.py +++ b/tornado/web.py @@ -2754,7 +2754,7 @@ class URLSpec(object): in the regex will be passed in to the handler's get/post/etc methods as arguments. - * ``handler_class``: `RequestHandler` subclass to be invoked. + * ``handler``: `RequestHandler` subclass to be invoked. * ``kwargs`` (optional): A dictionary of additional arguments to be passed to the handler's constructor.