From 9779255462d9809565ef36ccc31923b91237a83e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 31 Dec 2010 01:37:40 +0200 Subject: ReST formatting fix in Request class docstring. --- pyramid/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/request.py b/pyramid/request.py index 74418f1bb..475df744a 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -24,7 +24,7 @@ class Request(WebobRequest): argument. The documentation below (save for the ``add_response_callback`` and - ''add_finished_callback`` methods, which are defined in this subclass + ``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 by the -- cgit v1.2.3