summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/config/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/views.py b/pyramid/config/views.py
index 04e41d56e..acdc00704 100644
--- a/pyramid/config/views.py
+++ b/pyramid/config/views.py
@@ -1458,7 +1458,7 @@ class ViewsConfiguratorMixin(object):
view will be invoked. Unlike
:meth:`pyramid.config.Configurator.add_view`, this method will raise
an exception if passed ``name``, ``permission``, ``require_csrf``,
- ``context``, ``for_``, or ``exception_only`` keyword arguments. These
+ ``context``, ``for_``, or ``exception_only`` keyword arguments. These
argument values make no sense in the context of a forbidden
:term:`exception view`.