Fix outdated variable name in docs.
This commit is contained in:
parent
6a5881430b
commit
9788e4f1ed
|
@ -2754,7 +2754,7 @@ class URLSpec(object):
|
||||||
in the regex will be passed in to the handler's get/post/etc
|
in the regex will be passed in to the handler's get/post/etc
|
||||||
methods as arguments.
|
methods as arguments.
|
||||||
|
|
||||||
* ``handler_class``: `RequestHandler` subclass to be invoked.
|
* ``handler``: `RequestHandler` subclass to be invoked.
|
||||||
|
|
||||||
* ``kwargs`` (optional): A dictionary of additional arguments
|
* ``kwargs`` (optional): A dictionary of additional arguments
|
||||||
to be passed to the handler's constructor.
|
to be passed to the handler's constructor.
|
||||||
|
|
Loading…
Reference in New Issue