From 3b2c22da7117086cc2fd2978d1964622a24f57e2 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 14 Mar 2016 13:39:06 -0700 Subject: remove extra period --- pyramid/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/view.py b/pyramid/view.py index 9108f120e..0129526ce 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -589,7 +589,7 @@ class ViewMethodsMixin(object): ``True`` for ``secure``. This method returns a :term:`response` object or ``None`` if no - matching exception view can be found..""" + matching exception view can be found.""" if request is None: request = self -- cgit v1.2.3