From 0fdafb4336b83f567861260ee1b1cac51a23bb1f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 29 Sep 2016 00:06:11 -0700 Subject: two spaces should be one --- pyramid/config/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3