diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 03:54:08 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 03:54:08 -0400 |
| commit | 64452edb014423054d1bbc0bb3ed8a3e47b6f611 (patch) | |
| tree | e6398a67619d29161d46f96df646cb736a73f4c7 /docs/api/request.rst | |
| parent | b895defdcecbf9d758ad92b1bbf6a49f21620c8a (diff) | |
| download | pyramid-64452edb014423054d1bbc0bb3ed8a3e47b6f611.tar.gz pyramid-64452edb014423054d1bbc0bb3ed8a3e47b6f611.tar.bz2 pyramid-64452edb014423054d1bbc0bb3ed8a3e47b6f611.zip | |
rename subrequest to invoke_subrequest
Diffstat (limited to 'docs/api/request.rst')
| -rw-r--r-- | docs/api/request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index 603807abe..1718d0743 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -161,7 +161,7 @@ request, the value of this attribute will be ``None``. See :ref:`matched_route`. - .. method:: subrequest(request, use_tweens=False) + .. method:: invoke_subrequest(request, use_tweens=False) .. warning:: @@ -184,7 +184,7 @@ request) - Adds a ``registry`` attribute (the current Pyramid registry) and a - ``subrequest`` attribute (a callable) to the request object it's + ``invoke_subrequest`` attribute (a callable) to the request object it's handed. - sets request extensions (such as those added via |
