From 56e234e120cb4194630ce65e8e8e6c6c4e3169c7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 01:25:34 -0500 Subject: stray tilde --- pyramid/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3