From e50f74bfc886c1b49cb62c05c95e4e47f53bda35 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Tue, 2 Nov 2010 13:09:33 -0700 Subject: Fix space issue for sphinx note. --- docs/narr/handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst index 2d9a6c23a..857c3ebd2 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -13,7 +13,7 @@ class when using :term:`url dispatch`. The view handler machinery also introduces the concept of an ``action``, which is used as a :term:`view predicate` to control which method of the handler is called. -..note:: +.. note:: View handlers are not useful when using :term:`traversal`, only when using :term:`url dispatch`. The concept of a view handler is analogous to a -- cgit v1.2.3