summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/view.py b/pyramid/view.py
index f16d2c38f..c2c1cf9a6 100644
--- a/pyramid/view.py
+++ b/pyramid/view.py
@@ -265,7 +265,7 @@ class view_config(object):
``False``). The view will only be invoked if all custom
predicates return ``True``.
- See the :meth:`pyramid.config.Configurator.add_view`` method for
+ See the :meth:`pyramid.config.Configurator.add_view` method for
descriptions of the ``decorator`` and ``mapper`` arguments.
Any individual or all parameters can be omitted. The simplest