summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Lun <sammyrosajoe@gmail.com>2017-04-16 22:46:04 +0100
committerIra Lun <sammyrosajoe@gmail.com>2017-04-16 22:46:04 +0100
commit999bdae76694649b36d963b58cc1f3f91fa35ed7 (patch)
treec1f8b7009c01b720c5c30fd57c13ca11aff4b295
parent3dd3d06c610250f8c072f44548b9dbe5361f9af6 (diff)
downloadpyramid-999bdae76694649b36d963b58cc1f3f91fa35ed7.tar.gz
pyramid-999bdae76694649b36d963b58cc1f3f91fa35ed7.tar.bz2
pyramid-999bdae76694649b36d963b58cc1f3f91fa35ed7.zip
Fix typo in 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 dd8e9e787..2433ccfef 100644
--- a/pyramid/config/views.py
+++ b/pyramid/config/views.py
@@ -972,7 +972,7 @@ class ViewsConfiguratorMixin(object):
def register_view(classifier, request_iface, derived_view):
# A multiviews is a set of views which are registered for
# exactly the same context type/request type/name triad. Each
- # consituent view in a multiview differs only by the
+ # constituent view in a multiview differs only by the
# predicates which it possesses.
# To find a previously registered view for a context