diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-24 09:39:39 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-24 09:39:39 -0800 |
| commit | c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32 (patch) | |
| tree | e88984658d17fcbcd797cd3e177b17f4a6ae544d /docs/narr/subrequest.rst | |
| parent | bd7c3a4f0365b564879eb21bec0b36ab373a8dad (diff) | |
| parent | 65bb52bafa5d44b378f01dfb47816a952bf93a66 (diff) | |
| download | pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.tar.gz pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.tar.bz2 pyramid-c9dc6bf8ff47fec3740bf5ae7093ad8f07a5ab32.zip | |
Merge pull request #2280 from uralbash/path-1
fix indent in docs
Diffstat (limited to 'docs/narr/subrequest.rst')
| -rw-r--r-- | docs/narr/subrequest.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst index 02ae14aa5..daa3cc43f 100644 --- a/docs/narr/subrequest.rst +++ b/docs/narr/subrequest.rst @@ -17,7 +17,7 @@ application. Here's an example application which uses a subrequest: .. code-block:: python - :linenos: + :linenos: from wsgiref.simple_server import make_server from pyramid.config import Configurator @@ -61,8 +61,8 @@ adapter when found and invoked via object: .. code-block:: python - :linenos: - :emphasize-lines: 11 + :linenos: + :emphasize-lines: 11 from wsgiref.simple_server import make_server from pyramid.config import Configurator @@ -106,8 +106,8 @@ exception, the exception will be raised to the caller of :term:`exception view` configured: .. code-block:: python - :linenos: - :emphasize-lines: 11-16 + :linenos: + :emphasize-lines: 11-16 from wsgiref.simple_server import make_server from pyramid.config import Configurator @@ -175,8 +175,8 @@ We can cause the subrequest to be run through the tween stack by passing :meth:`~pyramid.request.Request.invoke_subrequest`, like this: .. code-block:: python - :linenos: - :emphasize-lines: 7 + :linenos: + :emphasize-lines: 7 from wsgiref.simple_server import make_server from pyramid.config import Configurator |
