diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-01-29 08:59:53 -0800 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-01-29 08:59:53 -0800 |
| commit | 7bdedc367d82bc619a52413f1e5c444792d15e36 (patch) | |
| tree | 449dd00fc7fb72767a7f9b12d97253807bfec7ab /docs/api/request.rst | |
| parent | 86902eaace031c2b118a780643d921eb68e1df3c (diff) | |
| parent | 23c8985a661b9e2b11b76750893724dc747ffc1c (diff) | |
| download | pyramid-7bdedc367d82bc619a52413f1e5c444792d15e36.tar.gz pyramid-7bdedc367d82bc619a52413f1e5c444792d15e36.tar.bz2 pyramid-7bdedc367d82bc619a52413f1e5c444792d15e36.zip | |
Merge pull request #829 from tshepang/request
request: replace 'note' with the more correct 'versionadded' directive
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index e4034c635..9f1f71b31 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -163,9 +163,7 @@ .. method:: invoke_subrequest(request, use_tweens=False) - .. warning:: - - This API was added in Pyramid 1.4a1. + .. versionadded:: 1.4a1 Obtain a response object from the Pyramid application based on information in the ``request`` object provided. The ``request`` object |
