summaryrefslogtreecommitdiff
path: root/docs/narr/handlers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/handlers.rst')
-rw-r--r--docs/narr/handlers.rst2
1 files changed, 1 insertions, 1 deletions
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