From 4fabf6ff297fc15dd070769f6e340a0206dacaef Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Tue, 2 Nov 2010 13:07:55 -0700 Subject: Tweak display of url in docs. --- docs/narr/handlers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst index 84bd0757b..2d9a6c23a 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -218,7 +218,7 @@ Example: # in the config config.add_handler('hello', '/hello/:action', handler=Hello) -With this configuration, the url '/hello/home' will find a view configuration +With this configuration, the url ``/hello/home`` will find a view configuration that results in calling the ``show_template`` method, then rendering the -template with ``home.mak``, and the url '/hello/about' will call the same +template with ``home.mak``, and the url ``/hello/about`` will call the same method and render the ``about.mak`` template. -- cgit v1.2.3