From 197f0cb39d0a865476405dda21ad0d3e20ee0789 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 13:23:31 -0400 Subject: bfg_view -> view_config --- docs/narr/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/hooks.rst') diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index db933c525..12c1cd0aa 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -556,7 +556,7 @@ subscriber of a :class:`pyramid.interfaces.INewRequest` event). Registering Configuration Decorators ------------------------------------ -Decorators such as :class:`pyramid.view.bfg_view` don't change the +Decorators such as :class:`pyramid.view.view_config` don't change the behavior of the functions or classes they're decorating. Instead, when a :term:`scan` is performed, a modified version of the function or class is registered with :mod:`pyramid`. -- cgit v1.2.3