From cd2e8eda277ce100dae7e77a13d4a482b98e26e0 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 22 Apr 2013 02:53:25 +0300 Subject: remove redundant text --- pyramid/request.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyramid/request.py b/pyramid/request.py index f9aa253ac..5bca5b1f0 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -354,8 +354,7 @@ class Request(BaseRequest, DeprecatedRequestMethodsMixin, URLMethodsMixin, """This attribute is actually a "reified" property which returns an instance of the :class:`pyramid.response.Response`. class. The response object returned does not exist until this attribute is - accessed. Once it is accessed, subsequent accesses will return the - same Response object. + accessed. Subsequent accesses will return the same Response object. The ``request.response`` API is used by renderers. A render obtains the response object it will return from a view that uses that renderer -- cgit v1.2.3