From 2b2c7b888d96d5b52883d1b47d3c20aa887370bb Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 6 Dec 2010 08:44:27 -0700 Subject: action value to actio name --- 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 ef5ffd45d..4cc996047 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -84,7 +84,7 @@ specific ``action`` name: This will result one of the methods that are configured for the ``action`` of 'index' in the ``Hello`` handler class to be called. In this case the name -of the method is the same as the action value: 'index'. However, this +of the method is the same as the action name: 'index'. However, this need not be the case, as we will see below. Using :meth:`~pyramid.configuration.Configurator.add_handler` -- cgit v1.2.3