summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-04-15 16:56:02 -0700
committerGitHub <noreply@github.com>2017-04-15 16:56:02 -0700
commit3dd3d06c610250f8c072f44548b9dbe5361f9af6 (patch)
treef35232b7601ba6bb168634302c54825d6ec9caf1
parent2078f2cf5188491581cf1c362a583af2b2cbc2fe (diff)
parentde07193b25c3d03ea6829dac9002cca9bea17aa0 (diff)
downloadpyramid-3dd3d06c610250f8c072f44548b9dbe5361f9af6.tar.gz
pyramid-3dd3d06c610250f8c072f44548b9dbe5361f9af6.tar.bz2
pyramid-3dd3d06c610250f8c072f44548b9dbe5361f9af6.zip
Merge pull request #2996 from whiteroses/fix-typo
Fix a typo in a comment.
-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 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: