summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 01:25:34 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 01:25:34 -0500
commit56e234e120cb4194630ce65e8e8e6c6c4e3169c7 (patch)
tree8d2409e492345d350e06072f4fb96c5461b2def1
parent9a27f04453a4a46a2fc9d00e8c33d367ea3c178c (diff)
downloadpyramid-56e234e120cb4194630ce65e8e8e6c6c4e3169c7.tar.gz
pyramid-56e234e120cb4194630ce65e8e8e6c6c4e3169c7.tar.bz2
pyramid-56e234e120cb4194630ce65e8e8e6c6c4e3169c7.zip
stray tilde
-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