diff options
| -rw-r--r-- | pyramid/config/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
