review fixups
This commit is contained in:
@@ -260,8 +260,8 @@ class Router(object):
|
|||||||
|
|
||||||
Each route in `mapper` must specify a 'controller', which is a
|
Each route in `mapper` must specify a 'controller', which is a
|
||||||
WSGI app to call. You'll probably want to specify an 'action' as
|
WSGI app to call. You'll probably want to specify an 'action' as
|
||||||
well and have your controller be a controller, who will route
|
well and have your controller be an object that can route
|
||||||
the request to the action method.
|
the request to the action-specific method.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
mapper = routes.Mapper()
|
mapper = routes.Mapper()
|
||||||
|
Reference in New Issue
Block a user