diff options
| -rw-r--r-- | pyramid/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
