summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 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`