review fixups

This commit is contained in:
Brian Waldon
2011-05-26 14:09:59 -04:00
parent 3756f0d86c
commit e23249e774

View File

@@ -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()