From 7b9066cccb09d1e93df88f8b3ebc9a74ec84730c Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 06:23:04 +0700 Subject: BFG_ -> PYRAMID_ --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/views.rst') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c66da636f..92d435dfb 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1230,7 +1230,7 @@ for more information about changing the default notfound view. It's useful to be able to debug :exc:`NotFound` error responses when they occur unexpectedly due to an application registry misconfiguration. To debug -these errors, use the ``BFG_DEBUG_NOTFOUND`` environment variable or the +these errors, use the ``PYRAMID_DEBUG_NOTFOUND`` environment variable or the ``debug_notfound`` configuration file setting. Details of why a view was not found will be printed to ``stderr``, and the browser representation of the error will include the same information. See :ref:`environment_chapter` for -- cgit v1.2.3