tosh
2017-06-27 eb596cbc0561b745d34385bc5d0c04aa01abfaa9
documentation updates

link to relevant venusian docs
improved grammer
1 files modified
4 ■■■■ changed files
pyramid/view.py 4 ●●●● patch | view | raw | blame | history
pyramid/view.py
@@ -196,10 +196,10 @@
    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::