diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-04-16 15:46:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-16 15:46:46 -0700 |
| commit | a1137641e9c8ec778242a33f77e5224f5e6eb296 (patch) | |
| tree | c1f8b7009c01b720c5c30fd57c13ca11aff4b295 | |
| parent | 3dd3d06c610250f8c072f44548b9dbe5361f9af6 (diff) | |
| parent | 999bdae76694649b36d963b58cc1f3f91fa35ed7 (diff) | |
| download | pyramid-a1137641e9c8ec778242a33f77e5224f5e6eb296.tar.gz pyramid-a1137641e9c8ec778242a33f77e5224f5e6eb296.tar.bz2 pyramid-a1137641e9c8ec778242a33f77e5224f5e6eb296.zip | |
Merge pull request #3001 from whiteroses/fix-typo
Fix typo in comment.
| -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 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 |
