From de07193b25c3d03ea6829dac9002cca9bea17aa0 Mon Sep 17 00:00:00 2001 From: Ira Lun Date: Sat, 15 Apr 2017 22:57:31 +0100 Subject: Fix a typo in a comment. --- 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 65c9da585..dd8e9e787 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -1032,7 +1032,7 @@ class ViewsConfiguratorMixin(object): # XXX we could try to be more efficient here and register # a non-secured view for a multiview if none of the - # multiview's consituent views have a permission + # multiview's constituent views have a permission # associated with them, but this code is getting pretty # rough already if is_multiview: -- cgit v1.2.3