From f016cdfdb7a6b8ac20784bdab8f9fcff13a634e1 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 19 Oct 2015 04:00:30 -0700 Subject: resolve whitespace diff between master and 1.6-branch --- docs/narr/viewconfig.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index a7d0848ca..0bd52b6e2 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -311,7 +311,7 @@ configured view. view declaration with this argument ensures that the view will only be called when the ``method`` attribute of the request (i.e., the ``REQUEST_METHOD`` of the WSGI environment) matches a supplied value. - + .. versionchanged:: 1.4 The use of ``"GET"`` also implies that the view will respond to ``"HEAD"``. @@ -972,7 +972,7 @@ responses when they occur unexpectedly due to an application registry misconfiguration. To debug these errors, use the ``PYRAMID_DEBUG_NOTFOUND`` environment variable or the ``pyramid.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. +and the browser representation of the error will include the same information. See :ref:`environment_chapter` for more information about how, and where to set these values. -- cgit v1.2.3