From 2f06bd2357a3002aad83bced978cbbf89c4d3250 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Sep 2010 17:52:55 +0000 Subject: documentation renderings --- repoze/bfg/request.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/repoze/bfg/request.py b/repoze/bfg/request.py index 0e764b34a..851962446 100644 --- a/repoze/bfg/request.py +++ b/repoze/bfg/request.py @@ -23,19 +23,19 @@ class Request(WebobRequest): argument. The documentation below (save for the ``add_response_callback`` - method, which is defined in this subclass itself, and the - attributes ``context``, ``registry``, ``root``, ``subpath``, - ``traversed``, ``view_name``, ``virtual_root`` , and - ``virtual_root_path``, each of which is added to the request at by - the :term:`router` at request ingress time) are autogenerated from - the WebOb source code used when this documentation was generated. + and ''add_finished_callback`` methods, which are defined in this + subclass itself, and the attributes ``context``, ``registry``, + ``root``, ``subpath``, ``traversed``, ``view_name``, + ``virtual_root`` , and ``virtual_root_path``, each of which is + added to the request at by the :term:`router` at request ingress + time) are autogenerated from the WebOb source code used when this + documentation was generated. Due to technical constraints, we can't yet display the WebOb version number from which this documentation is autogenerated, but it will be the 'prevailing WebOb version' at the time of the release of this :mod:`repoze.bfg` version. See - `http://http://pythonpaste.org/webob/ - `_ for further information. + http://http://pythonpaste.org/webob/ for further information. """ implements(IRequest) response_callbacks = () -- cgit v1.2.3