diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:59:02 -0700 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-04-22 04:59:02 -0700 |
| commit | 8f7d77bbe80bbb71b66eaea0e7d820292d0a9c1c (patch) | |
| tree | a181145f04ca1f01e87e3dbe123d37fcbcdc5b3d | |
| parent | 34facf1443a93381e1ec57f195a33afebcde32c9 (diff) | |
| parent | cd2e8eda277ce100dae7e77a13d4a482b98e26e0 (diff) | |
| download | pyramid-8f7d77bbe80bbb71b66eaea0e7d820292d0a9c1c.tar.gz pyramid-8f7d77bbe80bbb71b66eaea0e7d820292d0a9c1c.tar.bz2 pyramid-8f7d77bbe80bbb71b66eaea0e7d820292d0a9c1c.zip | |
Merge pull request #990 from tshepang/patch-3
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 |
