diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-01 23:56:02 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-01 23:56:02 +0200 |
| commit | 08c2217e7f831379016e1ddee0b5d51eeca53878 (patch) | |
| tree | f5c69e3e1909046bc71ac3d5b78756796940797c /docs/api/request.rst | |
| parent | 78bacaa69f63fe2bc6980d7d40fc0523d5af9199 (diff) | |
| download | pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.gz pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.bz2 pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.zip | |
eliminate repeated "the" words
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 3a1439874..e4034c635 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -251,7 +251,7 @@ Assigning to one is still supported but will cause a deprecation warning to be emitted, and eventually the feature will be removed. For new code, instead of assigning ``response_*`` attributes to the - request, use API of the the :attr:`pyramid.request.Request.response` + request, use API of the :attr:`pyramid.request.Request.response` object (exposed to view code as ``request.response``) to influence rendered response behavior. |
