summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-11-16 16:13:02 -0800
committerSteve Piercy <web@stevepiercy.com>2013-11-16 16:13:02 -0800
commite697c98813a4acd332da5688867e799adfc9b835 (patch)
treec979ca54739133a35f1d61980c6078c6e42c6827 /docs/narr/introduction.rst
parent94b754aac45e235b5b11a60489395b77c8195fdc (diff)
parentbd897bbcfd936d36ad9877a2f00792454767b7fb (diff)
downloadpyramid-e697c98813a4acd332da5688867e799adfc9b835.tar.gz
pyramid-e697c98813a4acd332da5688867e799adfc9b835.tar.bz2
pyramid-e697c98813a4acd332da5688867e799adfc9b835.zip
Merge pull request #1193 from ztane/master
Indentation fixes
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index a9c5fdfbd..8acbab3a0 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -336,7 +336,7 @@ For example, instead of returning a ``Response`` object from a
``render_to_response`` call:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.renderers import render_to_response
@@ -347,7 +347,7 @@ For example, instead of returning a ``Response`` object from a
You can return a Python dictionary:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.view import view_config
@@ -827,7 +827,7 @@ Here's an example of using Pyramid's introspector from within a view
callable:
.. code-block:: python
- :linenos:
+ :linenos:
from pyramid.view import view_config
from pyramid.response import Response