diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-22 02:53:25 +0300 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-22 02:53:25 +0300 |
| commit | cd2e8eda277ce100dae7e77a13d4a482b98e26e0 (patch) | |
| tree | f13d5686fe5b12c4150cbd4a56f54ca83da74e1d | |
| parent | bc8d4d6f14725901eb5acb1d78889be465dc20e5 (diff) | |
| download | pyramid-cd2e8eda277ce100dae7e77a13d4a482b98e26e0.tar.gz pyramid-cd2e8eda277ce100dae7e77a13d4a482b98e26e0.tar.bz2 pyramid-cd2e8eda277ce100dae7e77a13d4a482b98e26e0.zip | |
remove redundant text
| -rw-r--r-- | pyramid/request.py | 3 |
1 files changed, 1 insertions, 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 |
