From eb596cbc0561b745d34385bc5d0c04aa01abfaa9 Mon Sep 17 00:00:00 2001 From: tosh Date: Tue, 27 Jun 2017 08:11:42 -0500 Subject: documentation updates link to relevant venusian docs improved grammer --- pyramid/view.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/view.py b/pyramid/view.py index 8dbad75e2..e5db6cea4 100644 --- a/pyramid/view.py +++ b/pyramid/view.py @@ -196,10 +196,10 @@ class view_config(object): context. It's not often used, but it can be useful in this circumstance. ``category`` sets the decorator category name. It can be useful in - combination with the ``category`` argument to ``scan`` to control which + combination with the ``category`` argument of ``scan`` to control which views should be processed. - See the ``attach`` function in Venusian for more information. + See the :py:func:`venusian.attach` function in Venusian for more information. .. seealso:: -- cgit v1.2.3