From 8220face95e205f694a28986a35146da37c5c34a Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 6 Dec 2010 08:31:22 -0700 Subject: clarify paragraph --- docs/narr/handlers.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst index dc8c71594..2ff925d30 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -27,13 +27,13 @@ during configuration. After the view handler class is instantiated, a method on the instance is called. The method which is called depends on the view handler configuration. -The :meth:`pyramid.configuration.Configurator.add_handler` method will scan -the handler class and automatically set up views for methods that are -auto-exposed or were decorated with :class:`~pyramid.view.action`. The -:class:`~pyramid.view.action` decorator is used to setup additional view -configuration information for individual class methods, and can be used -repeatedly for a single method to register multiple view configurations that -will call that view callable. +The :meth:`pyramid.configuration.Configurator.add_handler` method will +scan the handler class and automatically set up views for methods that +are auto-exposed, or were decorated with the +:class:`~pyramid.view.action` decorator. This decorator is used to setup +additional view configuration information for individual methods of the +class, and can be used repeatedly for a single view method to +register multiple view configurations for it. Here's an example view handler class: -- cgit v1.2.3