From 999bdae76694649b36d963b58cc1f3f91fa35ed7 Mon Sep 17 00:00:00 2001 From: Ira Lun Date: Sun, 16 Apr 2017 22:46:04 +0100 Subject: Fix typo in 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 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 -- cgit v1.2.3