Fix outdated variable name in docs.

This commit is contained in:
Ben Darnell 2014-07-06 11:10:09 -04:00
parent 6a5881430b
commit 9788e4f1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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.