From 9788e4f1edacc1c45ab4ebf3ea546eebe4621474 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 6 Jul 2014 11:10:09 -0400 Subject: [PATCH] Fix outdated variable name in docs. --- tornado/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/web.py b/tornado/web.py index 2bb9ba42..eb2f9db0 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.