diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-09 14:16:49 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-09 14:16:49 +0200 |
| commit | 268737d1e1162867e4324f3400acaf158675ad6a (patch) | |
| tree | 58ded08ec56c9e0b387310c7fc6989eec6a52643 /docs/api/request.rst | |
| parent | 7fe736bf57696aa62c8b0d84e62ad486d0f88f40 (diff) | |
| download | pyramid-268737d1e1162867e4324f3400acaf158675ad6a.tar.gz pyramid-268737d1e1162867e4324f3400acaf158675ad6a.tar.bz2 pyramid-268737d1e1162867e4324f3400acaf158675ad6a.zip | |
grammar
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 9f1f71b31..7b843f86e 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -245,7 +245,7 @@ influence response values from a view that uses a renderer (such as the status code, a header, the content type, etc) you would set these attributes. See :ref:`response_prefixed_attrs` for further discussion. - As of Pyramid 1.1, assignment to ``response_*`` attrs are deprecated. + As of Pyramid 1.1, assignment to ``response_*`` attrs is deprecated. 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 |
